|
Rob,
About CHIPCOM and management capabilities VIA SNMP AM with private MIB,
all what is possible to do via CONSOLE/RS232 mode IS ABLE to be done
from DECmcc (expect IP address assignment & community declaratives).
About your accurate question concerning the monitoring of 5104M-FIB
modules, you can information via TWO ways (ie subtrees of MIB) :
. FIRST one, you can use systematically the following command to obtain
the total configuration about...
... modules, ie
MCC>show snmp <hub> chipcom chipmib02 olmodtable * all attributes
... ports of modules, ie
MCC>show snmp <hub> chipcom chipmib02 olporttable * all attributes
In this last command, you will show STATUS information for (slot,port)
instances (with clear other data...) ; Some attributes are ALSO
SETtable at this point of subtree.
When determining the TYPE (ie olmodType of olmodtable instance), you
can use, as SECOND step, the module-type-dependant subtree, ie
51nnMFIBPortTable (slot,port) instance, to do other configuration &
control command (show & set operations).
Example :
show snmp etoile1 CHIPCOM CHIPMIB02 OLMODTABLE 4 all attr
SNMP etoile1 chipcom chipmib02 olModTable 4
AT 26-MAR-1993 08:49:17 All Attributes
olModSlotIndex = 4
olModStatus = okay
olModType = module_51nnM_FIB
olModClass = ethernet_media
olModDescr = "5104M-FIB: ONline Ethernet
Synchronous Fiber Module"
olModVersion = "002"
olModVendor = chipcom
olModResetModule = noReset
olModConfigToDips = noConfigure
olModConfigured = configured
olModNetwork = ethernet_1
olModNetworkType = ethernet
olModNumPorts = 4
olModNumTrunks = 0
show snmp etoile1 CHIPCOM CHIPMIB02 OLporttable (4,1) all attr
SNMP etoile1 chipcom chipmib02 olPortTable (4,1)
AT 26-MAR-1993 08:50:21 All Attributes
olPortTable_Index = ( 4,
1 )
olPortStatus = linkFailure
olPortSlotIndex = 4
olPortIndex = 1
olPortType = media
olPortConnector = fiber
olPortAdminState = enabled
olPortNetwork = per_module
olPortNetworkType = ethernet
show snmp etoile1 CHIPCOM CHIPMIB02 OL51NNMFIBMODTABLE 4 all attr
SNMP etoile1 chipcom chipmib02 ol51nnMFIBModTable 4
AT 26-MAR-1993 08:50:42 All Attributes
ol51nnMFIBModSlotIndex = 4
ol51nnMFIBModDipNetwork = ethernet_1
ol51nnMFIBModLLW = disabled
ol51nnMFIBModDipLLW = disabled
show snmp etoile1 CHIPCOM CHIPMIB02 OL51NNMFIBPORTTABLE (4,1) all attr
SNMP etoile1 chipcom chipmib02 ol51nnMFIBPortTable (4,1)
AT 26-MAR-1993 08:51:05 All Attributes
ol51nnMFIBPortTable_Index = ( 4,
1 )
ol51nnMFIBPortDipAdminState = enabled
ol51nnMFIBPortSlotIndex = 4
ol51nnMFIBPortIndex = 1
ol51nnMFIBPortAdminState = enabled
ol51nnMFIBPortBuddySlot = 1
ol51nnMFIBPortBuddyPort = 1
Hope this help you.
Renato
|
| The MIB's are not produced by DEC, we just provide copies of MIBs
that are made public by other vendors. We do this as a free service,
so our customers dont have to spend weeks chasing down the various MIBS
that they need and then spend days fixing the typos and bugs that are in them.
(Yes, lots of vendors ship MIBs with errors in them.)
If you still think the Wellfleet MIB is useless,
then complain to the folks at Wellfleet who developed it.
It reflects the features they (Wellfleet) deceided to provide,
and one cannot "extend it" if you dont like it. Thats whats there,
no more, no less.
Is there a newer MIB? Maybe, ask Wellfleet.
Is there a way to do "GETS"? Yes, its the SHOW command, same as in the
rest of MCC.
|