Home/Catalog/CISCO-ISNS-IP-NW-DISCOVERY-MIB

CISCO-ISNS-IP-NW-DISCOVERY-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for CISCO-ISNS-IP-NW-DISCOVERY-MIB.

29
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

29 total
Object Name
ciscoIsnsIpNetDiscoveryMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434
CISCO-SMI
Unknown
.1.3.6.1.4.1.9.9.434
ciscoIsnsIpNetDiscoveryMIBNotifs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.0
ciscoIsnsIpNetDiscoveryMIBObjs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.1
ciscoIsnsIpNetDiscoveryMIBInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.1.1
ciscoIsnsIpNetAutomaticDiscoveryThis object indicates whether the automatic discovery from the iSNS Server, to find the reachability on the IP networks is enabled or not in the system. If automatic discovery is not enabled in the system, then based on the user demand only, the iSNS Server runs the IP network discovery. The value of this object set to 'true' indicates the automatic discovery for IP network is enabled in the system. The value of this object set to 'false' indicates the automatic discovery for IP network is not enabled in the system.rw
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.434.1.1.1
ciscoIsnsIpNetDiscoveryIntervalThis object indicates the time duration between successive automatic discovery run for the IP networks, from the iSNS server.rw
INTEGER
.1.3.6.1.4.1.9.9.434.1.1.2
ciscoIsnsIpNetTableRepresents the list of all the IP networks connected to the gigabit ethernet interfaces in the fabric.
SEQUENCE OF CiscoIsnsIpNetEntry
.1.3.6.1.4.1.9.9.434.1.1.3
ciscoIsnsIpNetEntryAn entry represents the information about an IP network connected to the gigabit ethernet interface in the fabric. The 'ciscoIsnsIpNetDiscoveryMechanism' object represents, whether the corresponding entry is populated by the discovery process or by the static configuration of the user.
CiscoIsnsIpNetEntry
.1.3.6.1.4.1.9.9.434.1.1.3.1
ciscoIsnsIpNetNameA human readable unique string representing the name of an IP network. This name is used to identify the IP network to which the gigabit ethernet interfaces/subinterfaces in the fabric belongs.
SnmpAdminString
.1.3.6.1.4.1.9.9.434.1.1.3.1.1
ciscoIsnsIpNetDiscoveryMechanismThis object represents whether the IP network is dynamically discovered by the discovery process (or) statically configured by the user. autoGenerated (1) - dynamically discovered by the discovery process. userConfigured (2) - IP network configuration is statically created by user. An attempt to modify this object will fail with an 'inconsistentValue' error if the corresponding instance of the 'ciscoIsnsIpNetRowStatus' object value is active (1). For Row creation the value of this object is should be 'userConfigured'. This object represents whether the corresponding instance of IP network and its members represented in the 'ciscoIsnsIpNetInterfaceTable' are created by the discovery process or by the static configuration of the user.rw
Enumeration
.1.3.6.1.4.1.9.9.434.1.1.3.1.2
ciscoIsnsIpNetRowStatusThis object indicates the status of this entry in the table.rw
RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- }
.1.3.6.1.4.1.9.9.434.1.1.3.1.3
ciscoIsnsIpNetInterfaceTableA table consisting of entries for all the gigabit ethernet interfaces, which are connected to the various IP networks in the Fabric. The members of the IP networks are either statically configured by the user or dynamically discovered by the discovery process in the iSNS Server.
SEQUENCE OF CiscoIsnsIpNetInterfaceEntry
.1.3.6.1.4.1.9.9.434.1.1.4
ciscoIsnsIpNetInterfaceEntryAn entry (conceptual row) in the 'ciscoIsnsIpNetInterfaceTable'. Each row represents a gigabit ethernet interface in the fabric and its IP network. The IP network name for the gigabit ethernet interface is represented by the index object 'ciscoIsnsIpNetName' from the 'ciscoIsnsIpNetTable'.
CiscoIsnsIpNetInterfaceEntry
.1.3.6.1.4.1.9.9.434.1.1.4.1
ciscoIsnsGigEPortDeviceNameThis object represents the World Wide Name (WWN) of the associated switch in the fabric, of the gigabit ethernet interface mentioned in corresponding instance of 'ciscoIsnsGigEPortIfIndex' object.
FcNameId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.434.1.1.4.1.1
ciscoIsnsGigEPortIfIndexThis object represents the 'ifIndex' of the gigabit ethernet interface in a switch in the fabric. The World Wide Name (WWN) of the switch is mentioned in the corresponding instance of 'ciscoIsnsGigEPortDeviceName'. The gigabit ethernet interface is connected to the IP network represented by the the value of the corresponding instance of 'ciscoIsnsIpNetName'.
InterfaceIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.434.1.1.4.1.2
ciscoIsnsIpNetInterfaceRowStatusThis object indicates the status of this entry in the table.rw
RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- }
.1.3.6.1.4.1.9.9.434.1.1.4.1.3
ciscoIsnsIpNetDiscoveryMIBConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.1.2
ciscoIsnsIpNetDiscoverySpinLockThis object is used to facilitate modification of ciscoIsnsIpNetToDiscover,ciscoIsnsGigEInterfaceToDiscover and ciscoIsnsIpNetDiscoveryCommand objects by multiple managers. The procedure for modifying the above three objects are as follows: 1. For IP network specific discovery, determine the new values for 'ciscoIsnsIpNetToDiscover' object. And For interface specific discovery, determine the new value for 'ciscoIsnsGigEInterfaceToDiscover' object. 2. Retrieve the value of 'ciscoIsnsIpNetDiscoverySpinLock' object. 3. For IP network specific discovery, Set the value of 'ciscoIsnsIpNetDiscoverySpinLock' object to the retrieved value, and (in the same PDU) the value of 'ciscoIsnsIpNetToDiscover' object to the new value. If the set fails for the 'ciscoIsnsIpNetDiscoverySpinLock' object, go back to step 2. For Interface specific discovery, Set the value of 'ciscoIsnsIpNetDiscoverySpinLock' object to the retrieved value, and (in the same PDU) the value of 'ciscoIsnsGigEInterfaceToDiscover' to the new value. If the set fails for the 'ciscoIsnsIpNetDiscoverySpinLock' object, go back to step 2. 4. Set the value of 'ciscoIsnsIpNetDiscoverySpinLock' object to the retrieved value incremented by two, and (in the same PDU) the value of 'ciscoIsnsIpNetDiscoveryCommand' object to 'ipNetworkSpecific' or 'interfaceSpecific'. If the set fails for 'ciscoIsnsIpNetDiscoverySpinLock' object go back to step 2. Note that if it's possible to include 'ciscoIsnsIpNetDiscoveryCommand' object in the (Set Request) PDU of an earlier step, then step 4 , can be eliminated.rw
TestAndIncr -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.434.1.2.1
ciscoIsnsIpNetToDiscoverThis object indicates the name of an IP network, represented by the the value of the 'ciscoIsnsIpNetName' object, that needs to be (re)discovered. This object MUST be set to a valid value before or concurrently with setting the value of the 'ciscoIsnsIpNetDiscoveryCommand' object to 'ipNetworkSpecific' .rw
SnmpAdminString
.1.3.6.1.4.1.9.9.434.1.2.2
ciscoIsnsGigEInterfaceToDiscoverThis object represents the 'ifIndex' of the specified gigabit ethernet interface for which the IP network discovery needs to be done incrementally. This object MUST be set to a valid value before or concurrently with setting the value of the 'ciscoIsnsIpNetDiscoveryCommand' object to 'interfaceSpecific'.rw
InterfaceIndexOrZero -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.434.1.2.3
ciscoIsnsIpNetDiscoveryCommandThe IP network discovery command to be executed. Command Remarks all Run IP network discovery for all the gigabit ethernet interfaces in the fabric. noOp no operation will be performed. ipNetworkSpecific Run IP network discovery for all gigabit ethernet interfaces that are configured to be members of the IP network name specified in the 'ciscoIsnsIpNetToDiscover' object. interfaceSpecific Run IP network discovery incrementally for the gigabit ethernet interface specified in the 'ciscoIsnsGigEInterfaceToDiscover' object. The value of this object when read is always 'noOp'.rw
Enumeration
.1.3.6.1.4.1.9.9.434.1.2.4
ciscoIsnsIpNetDiscoveryCmdStatusThe status of the last IP network discovery command operation. success (1) - IP network discovery operation completed successfully. none (2) - no IP network discovery operation is performed. inProgress (3) - discovery operation is in progress. noIpNetworkNameSpecified (4) - IP network name not specified, i.e., the value of 'ciscoIsnsIpNetToDiscover' object is set to empty string. invalidIpNetworkName (5) - IP network is not configured. NoGigEInterfaceIndexSpecified (6) - 'ifIndex' of the gigabit eithernet interface is not specified, i.e., the value of 'ciscoIsnsGigEInterfaceToDiscover' object is set to '0'. invalidGigEInterfaceIndex (7) - 'ifIndex' of the gigabit ethernet interface specified in the 'ciscoIsnsGigEInterfaceToDiscover' object is not valid. generalFailure (8)- General IP network discovery operation Failure.ro
Enumeration
.1.3.6.1.4.1.9.9.434.1.2.5
ciscoIsnsIpNetDiscoveryConform
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.2
ciscoIsnsIpNetDiscoverCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.2.1
ciscoIsnsIpNetDiscoveryMIBComp
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.2.1.1
ciscoIsnsIpNetDiscoveryMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.2.2
ciscoIsnsIpNetDiscoveryInfoGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.2.2.1
ciscoIsnsIpNetDiscoveryCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.434.2.2.2