FOUNDRY-SN-VSRP-MIB

File: FOUNDRY-SN-VSRP-MIB.mib (20450 bytes)

Imported modules

RFC1155-SMI FOUNDRY-SN-SWITCH-GROUP-MIB

Imported symbols

Counter OBJECT-TYPE IpAddress
snVsrp

Defined Types

MacAddress  
OCTET STRING Size(6)    

SnVsrpIfEntry  
SEQUENCE    
  snVsrpIfVlanId INTEGER
  snVsrpIfAuthType INTEGER
  snVsrpIfAuthPassword OCTET STRING

SnVsrpVirRtrEntry  
SEQUENCE    
  snVsrpVirRtrVlanId INTEGER
  snVsrpVirRtrId INTEGER
  snVsrpVirRtrOwnership INTEGER
  snVsrpVirRtrCfgPriority INTEGER
  snVsrpVirRtrTrackPriority INTEGER
  snVsrpVirRtrCurrPriority INTEGER
  snVsrpVirRtrHelloInt INTEGER
  snVsrpVirRtrDeadInt INTEGER
  snVsrpVirRtrPreemptMode INTEGER
  snVsrpVirRtrState INTEGER
  snVsrpVirRtrIpAddrMask OCTET STRING
  snVsrpVirRtrActivate INTEGER
  snVsrpVirRtrTrackPortList OCTET STRING
  snVsrpVirRtrAdvertiseBackup INTEGER
  snVsrpVirRtrHoldDownInt INTEGER
  snVsrpVirRtrInitTtl INTEGER
  snVsrpVirRtrIncPortList OCTET STRING
  snVsrpVirRtrSave INTEGER
  snVsrpVirRtrBackupInt INTEGER
  snVsrpVirRtrRowStatus INTEGER
  snVsrpVirRtrRxArpPktDropCnts Counter
  snVsrpVirRtrRxIpPktDropCnts Counter
  snVsrpVirRtrRxPortMismatchCnts Counter
  snVsrpVirRtrRxNumOfIpMismatchCnts Counter
  snVsrpVirRtrRxIpMismatchCnts Counter
  snVsrpVirRtrRxHelloIntMismatchCnts Counter
  snVsrpVirRtrRxPriorityZeroFromMasterCnts Counter
  snVsrpVirRtrRxHigherPriorityCnts Counter
  snVsrpVirRtrTransToMasterStateCnts Counter
  snVsrpVirRtrTransToBackupStateCnts Counter
  snVsrpVirRtrCurrDeadInt INTEGER
  snVsrpVirRtrCurHelloInt INTEGER
  snVsrpVirRtrCurHoldDownInt INTEGER
  snVsrpVirRtrCurInitTtl INTEGER
  snVsrpVirRtrHelloMacAddress MacAddress
  snVsrpVirRtrMasterIpAddr IpAddress

Defined Values

snVsrpGlobal 1.3.21.1
OBJECT IDENTIFIER    

snVsrpIfIntf 1.3.21.2
OBJECT IDENTIFIER    

snVsrpVirRtr 1.3.21.3
OBJECT IDENTIFIER    

snVsrpGroupOperModeVsrp 1.3.21.1.1
The VSRP is configured on this system either enabled or disabled and thedefault is disabled mode. disabled(0)..........disable VSRP enabled(1)...........activate VSRP
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snVsrpIfStateChangeTrap 1.3.21.1.2
Indicates whether the SNMP agent process is permitted to generate VSRP interface state change traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snVsrpIfMaxNumVridPerIntf 1.3.21.1.3
Indicates the maximum number of VRID per interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snVsrpIfMaxNumVridPerSystem 1.3.21.1.4
Indicates the maximum number of VRID per system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snVsrpClearVrrpStat 1.3.21.1.5
Clear VSRP statistics command.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(0), clear(1)  

snVsrpIfTable 1.3.21.2.1
The VSRP Interface Table describes the interfaces from the viewpoint of VSRP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnVsrpIfEntry

snVsrpIfEntry 1.3.21.2.1.1
The VSRP Interface Entry describes one interface from the viewpoint of VSRP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnVsrpIfEntry  

snVsrpIfVlanId 1.3.21.2.1.1.1
Vlan index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snVsrpIfAuthType 1.3.21.2.1.1.2
The authentication type of this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAuth(0), simpleTextPasswd(1), ipAuthHeader(2)  

snVsrpIfAuthPassword 1.3.21.2.1.1.3
The simple text password is allowed if only if the snVsrpIfAuthType type is simpleTextPasswd.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..7)  

snVsrpVirRtrTable 1.3.21.3.1
The vsrp virtual router Entry describes one virtual router from the viewpoint of vsrp.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnVsrpVirRtrEntry

snVsrpVirRtrEntry 1.3.21.3.1.1
The vsrp virtual router Entry describes one virtual router from the viewpoint of vsrp.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnVsrpVirRtrEntry  

snVsrpVirRtrVlanId 1.3.21.3.1.1.1
Vlan index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snVsrpVirRtrId 1.3.21.3.1.1.2
One of the virtual router ID of this vsrp interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

snVsrpVirRtrOwnership 1.3.21.3.1.1.3
The ownership of this vsrp router interface can be set to backup(2). VirRtr SNMP-GET returns incomplete(0), it means no IP address has assigned to this vsrp router interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER incomplete(0), owner(1), backup(2)  

snVsrpVirRtrCfgPriority 1.3.21.3.1.1.4
The higher the number the higher the priority is. This parameter decides which backup router should becomes the Active Router for the interface. A backup Router with higher priority selected to becomes the Active Router. Therefore, this Object can be set if only if snVsrpVirRtrOwnership is set to backup(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..254  

snVsrpVirRtrTrackPriority 1.3.21.3.1.1.5
The higher the number the higher the priority is. after this object is configured, the snVsrpVirRtrCurrPriority of this interface will be adjusted dynamically with this track priority when the Track Port states first changes from UP to DOWN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..254  

snVsrpVirRtrCurrPriority 1.3.21.3.1.1.6
The higher the number the higher the priority is. This object will be adjusted dynamically with the track priority when the Track Port states first changes from UP to DOWN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..254  

snVsrpVirRtrHelloInt 1.3.21.3.1.1.7
Time interval between advertisements (seconds).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..84  

snVsrpVirRtrDeadInt 1.3.21.3.1.1.8
Dead interval (seconds).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..84  

snVsrpVirRtrPreemptMode 1.3.21.3.1.1.9
This mode controls whether a higher priority Backup router preempts a lower priority Master. The mode with enabled(1) allow preemption and disabled(0) prohibit preemption.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snVsrpVirRtrState 1.3.21.3.1.1.10
This object specifies the vsrp Router's interface state as: init(0)...initialization state. master(1)...master state. backup(2)...backup state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER init(0), master(1), backup(2)  

snVsrpVirRtrIpAddrMask 1.3.21.3.1.1.11
The numbers of IP Addresses of this virtual router of this interface, this holds good for L3 vsrp.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(64)  

snVsrpVirRtrActivate 1.3.21.3.1.1.12
This object specifies the vsrp Router's activate command as: disabled(0)...deactivate this vsrp Router. enabled(1)....activate this vsrp Router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snVsrpVirRtrTrackPortList 1.3.21.3.1.1.13
This object specifies the identity of the physical port and virtual ports whose state is to be monitored. Each port index is an ifIndex, if there are consecutive 4 or more ifIndex then they will be encoded like below. Encoding and decoding scheme is range based: Each range prefix with 0000 (2 octets) where 0000 is not valid ifIndex. Next 2 octets indicates lower range ifIndex, followed by 2 octets of higher range ifIndex. Individual(non range) ones will be displayed as it is. Ex: port list: 0001..0005 0015 0032..0047 Port list in PDU: 0000 0001 0005 000f 0000 0020 002f. If this object is configured then the Preference Level of this interface will be adjusted dynamically depending on the state of the Track Port. The interface's Preference Level is reduced by value of Preference Level parameter when the Track Port states first changes from UP to DOWN. When the Track Port next comes up the interface's Preference Level is increased by the amount specified by the Preference Level. The router VSRP physical track port membership.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

snVsrpVirRtrAdvertiseBackup 1.3.21.3.1.1.14
Set Advertise this backup router to master
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snVsrpVirRtrHoldDownInt 1.3.21.3.1.1.15
VSRP protection mechanism, an extra delay for a switch in backup mode to upgrade itself to master mode
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..84  

snVsrpVirRtrInitTtl 1.3.21.3.1.1.16
VSRP:TTL in the hello packet to regulate the distance that a hello packet can travel. It prevents the flooding of VSRP hello packets in the network
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

snVsrpVirRtrIncPortList 1.3.21.3.1.1.17
Include all free ports of the VLAN into its control ports
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

snVsrpVirRtrSave 1.3.21.3.1.1.18
Set VSRP to save current parameters value
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

snVsrpVirRtrBackupInt 1.3.21.3.1.1.19
Time interval between backup routers hello message advertisements (seconds).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 60..3600  

snVsrpVirRtrRowStatus 1.3.21.3.1.1.20
This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an existing row VirRtr the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2), delete(3), create(4), modify(5)  

snVsrpVirRtrRxArpPktDropCnts 1.3.21.3.1.1.21
The received vsrp ARP Packet Drop Counts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrRxIpPktDropCnts 1.3.21.3.1.1.22
The received VSRP IP Packet Drop Counts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrRxPortMismatchCnts 1.3.21.3.1.1.23
The received vsrp Port mismatching Counts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrRxNumOfIpMismatchCnts 1.3.21.3.1.1.24
The received VSRP Number of IP Addresses mismatching Counts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrRxIpMismatchCnts 1.3.21.3.1.1.25
The received vsrp IP Address mismatching Counts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrRxHelloIntMismatchCnts 1.3.21.3.1.1.26
The counts of the virtual router interface with hello interval mismatch counts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrRxPriorityZeroFromMasterCnts 1.3.21.3.1.1.27
The counts of the virtual router interface with Priority zero from the master.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrRxHigherPriorityCnts 1.3.21.3.1.1.28
The counts of the virtual router interface with higher Priority.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrTransToMasterStateCnts 1.3.21.3.1.1.29
The counts of the virtual router interface transition to master state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrTransToBackupStateCnts 1.3.21.3.1.1.30
The counts of the virtual router interface transition to backup state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

snVsrpVirRtrCurrDeadInt 1.3.21.3.1.1.31
Current Dead interval (in 100 milliseconds).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snVsrpVirRtrCurHelloInt 1.3.21.3.1.1.32
Set backup router hello interval
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..84  

snVsrpVirRtrCurHoldDownInt 1.3.21.3.1.1.33
VSRP protection mechanism, an extra delay for a switch in backup mode to upgrade itself to master mode
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..84  

snVsrpVirRtrCurInitTtl 1.3.21.3.1.1.34
VSRP:TTL in the hello packet to regulate the distance that a hello packet can travel. It prevents the flooding of VSRP hello packets in the network
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

snVsrpVirRtrHelloMacAddress 1.3.21.3.1.1.35
Hello MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

snVsrpVirRtrMasterIpAddr 1.3.21.3.1.1.36
The master router's real/virtual (primary) IP address. This is the IP address listed as the source in vsrp advertisement last received by this virtual router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress