Home/Catalog/CISCO-WAN-TOPOLOGY-MIB

CISCO-WAN-TOPOLOGY-MIB

AI MIB Summary

The CISCO-WAN-TOPOLOGY-MIB enables network management stations to retrieve and maintain a persistent database of PNNI peer group topologies, including node identifiers, feeder device details, and PNNI link states, independent of real-time node reachability or ILMI link availability. This module specifically tracks gateway node configurations, feeder attributes (such as ifIndex, IP addresses, and hardware models), and internal PNNI link descriptors to ensure topology data remains available across network reboots or node failures until manually cleared by an operator.

A management station can use this MIB module for the maintenance of persistent topology information of the PNNI network. Previously, a management station had to query the network to retrieve the network topology via an Integrated Local Management Interface (ILMI) link. The nodes that are down or the nodes whose ILMI-enabled links are down will not be included in the topology. To rectify this limitation, the concept of persistent topology is used. The persistent topology feature requires the following: - a node configured to be the gateway node - PNNI links between the nodes - node and feeder database. A Gateway Node, for the purpose of this MIB module, is defined to be a node that is capable of maintaining a persistent topology database based on the PNNI Topology State Elements (PTSEs) sent by the other nodes in the PNNI peer group. The topology database is persistent across reboots. A feeder, in the context of this MIB, is defined as an ATM switch which does not have PNNI feature. It is connected to a node(with PNNI feature, therefore with routing capability) through a physical link. (The provisioning of the feeder and the link are beyond the scope of this MIB.) When a feeder and the link are provisioned, the feeder will update the routing node with its information(for example: feeder name, the feeder's port ifIndex etc.). The routing node will group these feeder information along with its own information(for example: its node identifier, its feeder port's information etc.) and send it to other nodes in the peer group in the PTSE. Upon receiving this PTSE, each node will update its database. The same actions are repeated when some information are modified on the feeder. A network management station can retrieve these information from a Gateway Node's database. In the case of a feeder failure, or a feeder is removed from the network, or the feeder's routing node failure, the feeder's corresponding entry in the database will not be removed. The only way to remove an entry from the database is for the network management station to delete this entry explicitly. A link, in the context of this MIB, is defined as a PNNI link between two PNNI nodes. (a) The nodal information for each node in the peer group stored in the persistent topology database includes: - node id - node name - Primary IP address - Secondary IP address - system object identifier - gateway node flag (a flag which indicates whether the node is configured to be a Gateway Node) Each node in a peer group has its own entry in the database. (b) The feeder information for each feeder in the peer group stored in the persistent topology database includes: - Routing node ID(local node ID) - A local port's 'ifIndex' which identifies the port the feeder is connected to on the routing node. - The feeder's 'shelf, slot, port' numbers which identifies the port on the feeder itself. - The protocol type that is used on the link. - The name of the feeder. - The LAN IP address of the feeder. - The ATM IP address of the feeder. - The model number of the feeder which identifies the type of the feeder. Each feeder in a peer group has its own entry in the database. (c) The link information for each node in the peer group stored in the persistent topology database includes: - local node's id, - local node port's ifIndex and corresponding physical descriptor - remote node's id - remote node port's ifIndex and corresponding physical descriptor Each link in a peer group has its own entry in the database. The concept of peer groups is defined by PNNI, and each peer group contains at least one node. The persistent topology database only contains nodal information for the nodes in a particular peer group, because the Gateway Nodes extract the nodal information from PNNI PTSEs, and the PTSEs are flooded only within a peer group. The persistent topology database is used by a management station to discover the topology of the network irrespective of the state and reachability of the nodes in that network. The information in the topology database will not be deleted automatically. The information can only be deleted by the network operator as an administrative measure. This is to ensure that even if a node has gone down, its information will still be in the topology database until it is deleted by the network operator. An outside link is a link that connects to a lowest-level outside node. In contrast to an inside link (i.e., horizontal link) or an uplink, an outside link does not form part of the PNNI topology, and is therefore not used in path computation.
48
Objects
Active
Status
9
Dependencies

Imported Objects

Objects

48 total
Object Name
ciscoWanTopologyMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234
PNNI-MIB
Unknown
.1.3.6.1.4.1.9.9.234
ciscoWanTopologyMIBNotifs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.0
ciscoWanTopologyMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.1
cwtSystemGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.1.1
cwtGatewayAdminStatusThe value of this object determines whether this node is a Gateway Node or not. A value of `enable' configures this node to be the Gateway Node, and enables the generation of the topology database. A value of `disable' configures this node to not be a Gateway Node, and deletes the topology database if it exists.rw
Enumeration
.1.3.6.1.4.1.9.9.234.1.1.1
cwtGatewayNodeOperStatusThis is the operational status of the Gateway Node. 'disabled' indicates that this node is not a Gateway Node and no topology database is available on this node. 'enabled' indicates that this node has been configured as the Gateway Node and the topology database has been built. 'disabling' indicates that this node is no longer the Gateway Node and is in the process of deleting the topology database. 'enabling' indicates that this node has been configured as the Gateway Node and is in the process of building the topology database. 'enabledAndFull' indicates that this node has been configured as the Gateway Node but its topology database is full. The management station should always poll this object first before taking action to: a) 'enable' or 'disable' the Gateway Node b) remove an entry or entries from 'cwtNodeInfoTable' and its corresponding entries from 'cwtFeederInfoTable'. If the object returns 'disabled', the management station can 'enable' the Gateway Node if it desires. If the object returns 'enabled', the management station can 'disable' the Gateway Node if it desires. If the object returns 'enabling' or 'disabling', the management station should not take any actions. If the object returns 'enabledAndFull', the management station can take one of the following actions: a) remove enties from the cwtNodeInfoTable b) 'disable' and then 'enable' the Gateway Node, which would cause the node to delete and then rebuild the topology database.ro
Enumeration
.1.3.6.1.4.1.9.9.234.1.1.2
cwtDBLastChangeThe value of MIB II's sysUpTime object at the time that: a) the topology database is last changed on this node. b) the cwtGatewayAdminStatus is last changed. c) the cwtGatewayNodeOperStatus enters the 'enabledAndFull' state.ro
TimeStamp -- Rsyntax TimeTicks
.1.3.6.1.4.1.9.9.234.1.1.3
cwtNodalInfoGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.1.2
cwtNodeInfoTableA table of node topology information is to be maintained for the management station. This table contains the information for the nodes in the peer group.
SEQUENCE OF CwtNodeInfoEntry
.1.3.6.1.4.1.9.9.234.1.2.1
cwtNodeInfoEntryThis is a row entry in the topology node info table. Each entry corresponds to one node in the network.
CwtNodeInfoEntry
.1.3.6.1.4.1.9.9.234.1.2.1.1
cwtIndexThis is the index into the topology database array. This value should remain persistent while the topology database exists, which means that it'll be consistent across boots. However, if this node is disabled as the gateway node, and later on enabled (by changing the value of cwtGatewayAdminStatus), then the cwtIndex may be different for the same node info entry in the topology database.
CwtNodeInfoTableIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.234.1.2.1.1.1
cwtGatewayNodeFlagThis variable indicates if the corresponding entry is a Gateway Node or not. If this value contains 'true', the corresponding node is a Gateway Node. If this value contains 'false', then the corresponding node is not a Gateway Node.rw
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.234.1.2.1.1.2
cwtNodeIdThe unique Id which identifies the node in the entry. This value is different from cwtIndex because it is a unique number which identifies a node in the ATM network, while cwtIndex is an index for an entry in the topology database. The same physical node can have different cwtIndex in different topology databases.rw
PnniNodeId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.2.1.1.3
cwtNodeNameThe configured name of the node.rw
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.2.1.1.4
cwtPrimIPIfTypeThis object specifies the type of interface for the associated instance of cwtPrimIP.rw
IANAifType -- Rsyntax INTEGER { -- other(1), -- regular1822(2), -- hdh1822(3), -- ddnX25(4), -- rfc877x25(5), -- ethernetCsmacd(6), -- iso88023Csmacd(7), -- iso88024TokenBus(8), -- iso88025TokenRing(9), -- iso88026Man(10), -- starLan(11), -- proteon10Mbit(12), -- proteon80Mbit(13), -- hyperchannel(14), -- fddi(15), -- lapb(16), -- sdlc(17), -- ds1(18), -- e1(19), -- basicISDN(20), -- primaryISDN(21), -- propPointToPointSerial(22), -- ppp(23), -- softwareLoopback(24), -- eon(25), -- ethernet3Mbit(26), -- nsip(27), -- slip(28), -- ultra(29), -- ds3(30), -- sip(31), -- frameRelay(32), -- rs232(33), -- para(34), -- arcnet(35), -- arcnetPlus(36), -- atm(37), -- miox25(38), -- sonet(39), -- x25ple(40), -- iso88022llc(41), -- localTalk(42), -- smdsDxi(43), -- frameRelayService(44), -- v35(45), -- hssi(46), -- hippi(47), -- modem(48), -- aal5(49), -- sonetPath(50), -- sonetVT(51), -- smdsIcip(52), -- propVirtual(53), -- propMultiplexor(54), -- ieee80212(55), -- fibreChannel(56), -- hippiInterface(57), -- frameRelayInterconnect(58), -- aflane8023(59), -- aflane8025(60), -- cctEmul(61), -- fastEther(62), -- isdn(63), -- v11(64), -- v36(65), -- g703at64k(66), -- g703at2mb(67), -- qllc(68), -- fastEtherFX(69), -- channel(70), -- ieee80211(71), -- ibm370parChan(72), -- escon(73), -- dlsw(74), -- isdns(75), -- isdnu(76), -- lapd(77), -- ipSwitch(78), -- rsrb(79), -- atmLogical(80), -- ds0(81), -- ds0Bundle(82), -- bsc(83), -- async(84), -- cnr(85), -- iso88025Dtr(86), -- eplrs(87), -- arap(88), -- propCnls(89), -- hostPad(90), -- termPad(91), -- frameRelayMPI(92), -- x213(93), -- adsl(94), -- radsl(95), -- sdsl(96), -- vdsl(97), -- iso88025CRFPInt(98), -- myrinet(99), -- voiceEM(100), -- voiceFXO(101), -- voiceFXS(102), -- voiceEncap(103), -- voiceOverIp(104), -- atmDxi(105), -- atmFuni(106), -- atmIma(107), -- pppMultilinkBundle(108), -- ipOverCdlc(109), -- ipOverClaw(110), -- stackToStack(111), -- virtualIpAddress(112), -- mpc(113), -- ipOverAtm(114), -- iso88025Fiber(115), -- tdlc(116), -- gigabitEthernet(117) -- }
.1.3.6.1.4.1.9.9.234.1.2.1.1.5
cwtPrimIPIfNameThis object specifies the name of the interface for the associated instance of cwtPrimIP.rw
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.2.1.1.6
cwtPrimIPAddrTypeThis object specifies the type of address contained in the associated instance of cwtPrimIP.rw
InetAddressType -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- unknown(0), -- ipv4(1), -- ipv6(2), -- dns(16) -- }
.1.3.6.1.4.1.9.9.234.1.2.1.1.7
cwtPrimIPPrimary IP address of the corresponding node. This value is taken from the PNNI Nodal PTSE. The primary IP address is used by the NMS to manage the switch. The type of interface (i.e. ATM interface, LAN interface, etc) for this IP address is specified by cwtPrimIPIfType. The NMS will use this IP address first, but if it can not connect to the switch on this address, then it will try to contact the switch using the secondary IP address instead.rw
InetAddress -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.2.1.1.8
cwtSecIPIfTypeThis object specifies the type of interface for the associated instance of cwtSecIP.rw
IANAifType -- Rsyntax INTEGER { -- other(1), -- regular1822(2), -- hdh1822(3), -- ddnX25(4), -- rfc877x25(5), -- ethernetCsmacd(6), -- iso88023Csmacd(7), -- iso88024TokenBus(8), -- iso88025TokenRing(9), -- iso88026Man(10), -- starLan(11), -- proteon10Mbit(12), -- proteon80Mbit(13), -- hyperchannel(14), -- fddi(15), -- lapb(16), -- sdlc(17), -- ds1(18), -- e1(19), -- basicISDN(20), -- primaryISDN(21), -- propPointToPointSerial(22), -- ppp(23), -- softwareLoopback(24), -- eon(25), -- ethernet3Mbit(26), -- nsip(27), -- slip(28), -- ultra(29), -- ds3(30), -- sip(31), -- frameRelay(32), -- rs232(33), -- para(34), -- arcnet(35), -- arcnetPlus(36), -- atm(37), -- miox25(38), -- sonet(39), -- x25ple(40), -- iso88022llc(41), -- localTalk(42), -- smdsDxi(43), -- frameRelayService(44), -- v35(45), -- hssi(46), -- hippi(47), -- modem(48), -- aal5(49), -- sonetPath(50), -- sonetVT(51), -- smdsIcip(52), -- propVirtual(53), -- propMultiplexor(54), -- ieee80212(55), -- fibreChannel(56), -- hippiInterface(57), -- frameRelayInterconnect(58), -- aflane8023(59), -- aflane8025(60), -- cctEmul(61), -- fastEther(62), -- isdn(63), -- v11(64), -- v36(65), -- g703at64k(66), -- g703at2mb(67), -- qllc(68), -- fastEtherFX(69), -- channel(70), -- ieee80211(71), -- ibm370parChan(72), -- escon(73), -- dlsw(74), -- isdns(75), -- isdnu(76), -- lapd(77), -- ipSwitch(78), -- rsrb(79), -- atmLogical(80), -- ds0(81), -- ds0Bundle(82), -- bsc(83), -- async(84), -- cnr(85), -- iso88025Dtr(86), -- eplrs(87), -- arap(88), -- propCnls(89), -- hostPad(90), -- termPad(91), -- frameRelayMPI(92), -- x213(93), -- adsl(94), -- radsl(95), -- sdsl(96), -- vdsl(97), -- iso88025CRFPInt(98), -- myrinet(99), -- voiceEM(100), -- voiceFXO(101), -- voiceFXS(102), -- voiceEncap(103), -- voiceOverIp(104), -- atmDxi(105), -- atmFuni(106), -- atmIma(107), -- pppMultilinkBundle(108), -- ipOverCdlc(109), -- ipOverClaw(110), -- stackToStack(111), -- virtualIpAddress(112), -- mpc(113), -- ipOverAtm(114), -- iso88025Fiber(115), -- tdlc(116), -- gigabitEthernet(117) -- }
.1.3.6.1.4.1.9.9.234.1.2.1.1.9
cwtSecIPIfNameThis object specifies the name of the interface for the associated instance of cwtSecIP.rw
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.2.1.1.10
cwtSecIPAddrTypeThis object specifies the type of address contained in the associated instance of cwtSecIP.rw
InetAddressType -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- unknown(0), -- ipv4(1), -- ipv6(2), -- dns(16) -- }
.1.3.6.1.4.1.9.9.234.1.2.1.1.11
cwtSecIPSecondary IP address of the corresponding node. This value is taken from the PNNI Nodal PTSE. This value is used by the NMS to manage the switch. Please refer to the Description section of cwtPrimIP for more information.rw
InetAddress -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.2.1.1.12
cwtSysObjIdThis variable contains the sysObjectID of the node, which is used to identify different hardware platforms. The actual values are defined in CISCO-PRODUCTS-MIB.rw
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.1.2.1.1.13
cwtNodeInfoTimeOutFlagThis variable indicates if the PTSE of this node is currently contained in the PNNI PTSE database. The nodal information in the persistent topology database is derived from the PTSEs in the PNNI PTSE database. The entries in the PNNI PTSE database times out if no new PTSE is received from a node after a certain time. If that happens, this object is set to 'false'. This object would allow the NMS to determine whether this node currently has connectivity with the rest of the network.rw
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.234.1.2.1.1.14
cwtRowStatusIn our implementation, we'll be supporting 'active', 'createAndGo', and 'destroy'. The value of this variable is set to 'active' by the managed system for each valid entry. If a management station wants to delete an entry from the database, this value is set to 'destroy'. If a management station wants to create a new entry, this value is set to 'createAndGo'.rw
RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- }
.1.3.6.1.4.1.9.9.234.1.2.1.1.15
cwtFeederInfoGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.1.3
cwtFeederInfoTableA table of 'feeder' information to be maintained for the management station. This table contains the information for the 'feeders' in this peer group.
SEQUENCE OF CwtFeederInfoEntry
.1.3.6.1.4.1.9.9.234.1.3.1
cwtFeederInfoEntryThis is a row entry in the feeder info table. Each entry corresponds to one 'feeder' in the network.
CwtFeederInfoEntry
.1.3.6.1.4.1.9.9.234.1.3.1.1
cwtFeederIndexThis is the index into the feeder database array. This value should remain persistent while the feeder database exists, which means that it'll be consistent across boots. However, if this node is disabled as the gateway node, and later on enabled, then the 'cwtFeederIndex' may be different for the same feeder info entry in the 'feeder database'.
INTEGER
.1.3.6.1.4.1.9.9.234.1.3.1.1.1
cwtLocalNodeIdThe unique Id which identifies the node the feeder is attached to.ro
PnniNodeId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.3.1.1.2
cwtLocalIfIndexThis variable contains the 'ifIndex' of the local port this feeder is connected to.ro
InterfaceIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.234.1.3.1.1.3
cwtLocalIfNameThe textual name of the interface of the local port this feeder is connected to. This should contain the same 'ifName' associated with the 'cwtLocalIfIndex'. If this interface does not have a textual name, the value of this object is a zero length string.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.234.1.3.1.1.4
cwtFeederShelfThis variable contains the physcial shelf number of the feeder module.ro
INTEGER
.1.3.6.1.4.1.9.9.234.1.3.1.1.5
cwtFeederSlotThis variable contains the physical slot number of the feeder module.ro
INTEGER
.1.3.6.1.4.1.9.9.234.1.3.1.1.6
cwtFeederPortThis variable contains the physical port number of the feeder module.ro
INTEGER
.1.3.6.1.4.1.9.9.234.1.3.1.1.7
cwtFeederLMITypeThis object identifies the 'link' type. feeder(1) is applicable when cwtFeederType contains a value other than fdrNON(12). xLMI(2) is applicable only when cwtFeederType contains a value of fdrNON(12). Both feeder(1) and xLMI(2) are CISCO proprietary interfaces. xLMI stands for 'extended local management interface.ro
Enumeration
.1.3.6.1.4.1.9.9.234.1.3.1.1.8
cwtMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2
cwtMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.1
cwtMIBCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.1.1
cwtMIBCompliance2
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.1.2
cwtMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.2
cwtSystemMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.2.1
cwtFeederTypeThis identifies the feeder type. fdrNON(12) is applicable when cwfLMIType is xLMI(2). Other values are applicable when cwtFeederLMIType is feeder(1). The possible values are : fdrIPX fdrBPX fdrIpxAF fdrBASIS fdrUNKNOWN fdrUNI fdrAPS fdrIGX fdrIgxAF fdrVSI fdrPAR fdrNON ::= { cwtFeederInfoEntry 9 } cwtFeederName OBJECT-TYPE SYNTAX SnmpAdminString ACCESS read-only STATUS mandatory DESCRIPTIONro
Enumeration
.1.3.6.1.4.1.9.9.234.2.2.1
cwtNodalMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.2.2
cwtFeederMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.2.3
cwtNotificationsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.2.4
cwtNotificationsGroup2
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.234.2.2.5
CISCO-WAN-TOPOLOGY-MIB - SNMP MIB Reference | MIBs Explorer