WWP-LEOS-IP-INTERFACE-MIB

File: WWP-LEOS-IP-INTERFACE-MIB.mib (21094 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

Integer32 Unsigned32 Counter32
IpAddress OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE RowStatus DisplayString
MacAddress TruthValue TEXTUAL-CONVENTION
wwpModulesLeos

Defined Types

VlanId  
A 12-bit VLAN ID used in the VLAN Tag header.
TEXTUAL-CONVENTION    
  INTEGER 1..4094  

WwpLeosIpInterfaceEntry  
SEQUENCE    
  wwpLeosIpInterfaceIndex Integer32
  wwpLeosIpInterfaceName DisplayString
  wwpLeosIpInterfaceIpAddr IpAddress
  wwpLeosIpInterfaceSubnet IpAddress
  wwpLeosIpInterfaceIfIndexXref INTEGER

WwpLeosIpExtInterfaceEntry  
SEQUENCE    
  wwpLeosIpInterfaceEnable TruthValue
  wwpLeosIpInterfaceVlanId VlanId
  wwpLeosIpInterfaceMgmtPktPriority INTEGER

WwpLeosIpDataInterfaceEntry  
SEQUENCE    
  wwpLeosIpDataInterfaceIndex INTEGER
  wwpLeosIpDataInterfaceName DisplayString
  wwpLeosIpDataInterfaceIpAddr IpAddress
  wwpLeosIpDataInterfaceMask IpAddress
  wwpLeosIpDataInterfaceVlanId VlanId
  wwpLeosIpDataInterfaceType INTEGER
  wwpLeosIpDataInterfaceIfIndex Integer32
  wwpLeosIpDataInterfaceMac MacAddress
  wwpLeosIpDataInterfaceIfMtu Integer32
  wwpLeosIpDataInterfaceRowStatus RowStatus

WwpLeosIpAclEntry  
SEQUENCE    
  wwpLeosIpAclEntryIpAddr IpAddress
  wwpLeosIpAclEntryIpMask IpAddress
  wwpLeosIpAclEntryPortMask Unsigned32
  wwpLeosIpAclEntryHits Counter32
  wwpLeosIpAclEntryBadPort Counter32
  wwpLeosIpAclEntryStatus RowStatus
  wwpLeosIpAclEntryDscpMask OCTET STRING
  wwpLeosIpAclEntryBadDscp Counter32
  wwpLeosIpAclEntryPortBitMask OCTET STRING

Defined Values

wwpLeosIpInterfaceMIB 1.3.6.1.4.1.6141.2.60.24
Added the operational gateway and a trap for gateway changes
MODULE-IDENTITY    

wwpLeosIpInterfaceMIBObjects 1.3.6.1.4.1.6141.2.60.24.1
OBJECT IDENTIFIER    

wwpLeosIpInterface 1.3.6.1.4.1.6141.2.60.24.1.1
OBJECT IDENTIFIER    

wwpLeosIpAclGlobal 1.3.6.1.4.1.6141.2.60.24.1.2
OBJECT IDENTIFIER    

wwpLeosIpAclRules 1.3.6.1.4.1.6141.2.60.24.1.3
OBJECT IDENTIFIER    

wwpLeosIpInterfaceMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.24.2
OBJECT IDENTIFIER    

wwpLeosIpInterfaceMIBNotifications 1.3.6.1.4.1.6141.2.60.24.2.0
OBJECT IDENTIFIER    

wwpLeosIpInterfaceMIBConformance 1.3.6.1.4.1.6141.2.60.24.3
OBJECT IDENTIFIER    

wwpLeosIpInterfaceMIBCompliances 1.3.6.1.4.1.6141.2.60.24.3.1
OBJECT IDENTIFIER    

wwpLeosIpInterfaceMIBGroups 1.3.6.1.4.1.6141.2.60.24.3.2
OBJECT IDENTIFIER    

wwpLeosIpInterfaceTable 1.3.6.1.4.1.6141.2.60.24.1.1.1
Table of IP addresses and associated subnet mask.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosIpInterfaceEntry

wwpLeosIpInterfaceEntry 1.3.6.1.4.1.6141.2.60.24.1.1.1.1
Interface IP and subnet mask entry. These interfaces are used to cause the switch CPU to become involved with the IP traffic. By default, a minimum of two interfaces must always exist, one for the local management interface, one for the remote management interface, and one or more for voice over IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosIpInterfaceEntry  

wwpLeosIpInterfaceIndex 1.3.6.1.4.1.6141.2.60.24.1.1.1.1.1
Unique index into the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..4096  

wwpLeosIpInterfaceName 1.3.6.1.4.1.6141.2.60.24.1.1.1.1.2
The friendly name for the IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

wwpLeosIpInterfaceIpAddr 1.3.6.1.4.1.6141.2.60.24.1.1.1.1.3
IP address associated with this interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpLeosIpInterfaceSubnet 1.3.6.1.4.1.6141.2.60.24.1.1.1.1.4
The subnet mask associated with this ip address/interface.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpLeosIpInterfaceIfIndexXref 1.3.6.1.4.1.6141.2.60.24.1.1.1.1.5
Cross reference to MIB-2 Interfaces ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4096  

wwpLeosIpExtInterfaceTable 1.3.6.1.4.1.6141.2.60.24.1.1.2
A table that contains Interface Specific information maintained by each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosIpExtInterfaceEntry

wwpLeosIpExtInterfaceEntry 1.3.6.1.4.1.6141.2.60.24.1.1.2.1
A list of interfaces additional configuration parameters maintained by each interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosIpExtInterfaceEntry  

wwpLeosIpInterfaceEnable 1.3.6.1.4.1.6141.2.60.24.1.1.2.1.1
The status of each interface. A value of true(1) indicates that this interface is enabled and a value of false(2) indicates that this interface is disabled. The device shouldn't allow the Management Station to disable all the interfaces available on the box.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosIpInterfaceVlanId 1.3.6.1.4.1.6141.2.60.24.1.1.2.1.2
The vlanId associated with this IP interface. The vlan indicated by wwpLeosIpInterfaceVlanId should exist in the Vlan Table. If an interface has no VLAN associated, then any read on this object should return 'noSuchInstance'.
Status: current Access: read-write
OBJECT-TYPE    
  VlanId  

wwpLeosIpInterfaceMgmtPktPriority 1.3.6.1.4.1.6141.2.60.24.1.1.2.1.3
The 802.1p Priority value for the management traffic on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

wwpLeosIpInterfaceAddrNotifEnabled 1.3.6.1.4.1.6141.2.60.24.1.1.3
This variable indicates whether the system generates the wwpLeosIpInterfaceAddrChgNotification. A false value prevents this notifications from being generated by this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

wwpLeosIpInterfaceAddrChgNotification 1.3.6.1.4.1.6141.2.60.24.2.0.1
A wwpLeosIpInterfaceAddrChgNotification is sent whenever the ip address of an interface changes.
Status: current Access: read-write
NOTIFICATION-TYPE    

wwpLeosIpDataInterfaceTable 1.3.6.1.4.1.6141.2.60.24.1.1.4
Data Interface IP and subnet mask entry. To create a loopback interface in this table, following attributes must be specified. wwpLeosIpDataInterfaceIndex wwpLeosIpDataInterfaceName wwpLeosIpDataInterfaceIpAddr wwpLeosIpDataInterfaceType must be set to 'loopback'. wwpLeosIpDataInterfaceVlanId defaults to 1 and cannot be set or changed. No other MIB object should be set otherwise error will be returned. To create a regular Data interface the following attributes must be specified. wwpLeosIpDataInterfaceIndex wwpLeosIpDataInterfaceName wwpLeosIpDataInterfaceIpAddr wwpLeosIpDataInterfaceMask wwpLeosIpDataInterfaceVlanId must be specified when the interface is created. It cannot be changed after creation. wwpLeosIpDataRowStatus must be set to 'createAndGo'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosIpDataInterfaceEntry

wwpLeosIpDataInterfaceEntry 1.3.6.1.4.1.6141.2.60.24.1.1.4.1
Each entry represents a Data interface configuration parameter.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosIpDataInterfaceEntry  

wwpLeosIpDataInterfaceIndex 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.1
Unique index into the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4096  

wwpLeosIpDataInterfaceName 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.2
The name for this Data IP interface.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..15)  

wwpLeosIpDataInterfaceIpAddr 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.3
IP address associated with this interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

wwpLeosIpDataInterfaceMask 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.4
The subnet mask associated with this ip address/interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

wwpLeosIpDataInterfaceVlanId 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.5
The vlanId associated with this Data IP interface. This vlan must already exist on the device. The vlanId must be specified when the interface is created. It cannot be set after creation. The vlanId cannot be specified and defaults to 1 for a loopback interface.
Status: current Access: read-create
OBJECT-TYPE    
  VlanId  

wwpLeosIpDataInterfaceType 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.6
The type of Data IP interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER broadcast(1), pointToPoint(2), loopBack(3)  

wwpLeosIpDataInterfaceIfIndex 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.7
The unique interface index assigned by INET.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wwpLeosIpDataInterfaceMac 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.8
MAC address assigned by the device to this Data interface.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

wwpLeosIpDataInterfaceIfMtu 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.9
The size of the largest packet which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

wwpLeosIpDataInterfaceRowStatus 1.3.6.1.4.1.6141.2.60.24.1.1.4.1.10
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. To delete a row in this table, a manager must set this object to 'destroy'. If the entry exists, it will be displayed as 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosIpInterfaceOperationalGateway 1.3.6.1.4.1.6141.2.60.24.1.1.5
Operational gateway IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wwpLeosIpInterfaceOperationalGatewayChgNotification 1.3.6.1.4.1.6141.2.60.24.2.0.2
A wwpLeosIpOperationalGatewayChgNotification notification will be sent out whenever the operational gateway is changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

wwpLeosIpAclState 1.3.6.1.4.1.6141.2.60.24.1.2.1
This object allows to globally configure IP ACL state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosIpAclCacheHit 1.3.6.1.4.1.6141.2.60.24.1.2.2
Count of the number of lookups satisfied by a cache hit.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclNoHit 1.3.6.1.4.1.6141.2.60.24.1.2.3
Count of the number of lookups which failed because the source ip address did not match a table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclBadPort 1.3.6.1.4.1.6141.2.60.24.1.2.4
Count of the number of lookups which failed because the ingress port was disallowed by a table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclClearStats 1.3.6.1.4.1.6141.2.60.24.1.2.5
Set this object to 'destroy' to clear the global and table entry statistics counters.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

wwpLeosIpAclBadDscp 1.3.6.1.4.1.6141.2.60.24.1.2.6
Count of the number of lookups which failed because the ingress DSCP value was disallowed by a table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclOperState 1.3.6.1.4.1.6141.2.60.24.1.2.7
The current operational state of the IP ACL system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosIpAclInUseEntries 1.3.6.1.4.1.6141.2.60.24.1.2.8
Count of the number of IP ACL rules that are currently configured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclMaxEntries 1.3.6.1.4.1.6141.2.60.24.1.2.9
Count of the max number of IP ACL rules that can be configured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclTable 1.3.6.1.4.1.6141.2.60.24.1.3.1
The (conceptual) table listing the display parameters for the IP ACL table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosIpAclEntry

wwpLeosIpAclEntry 1.3.6.1.4.1.6141.2.60.24.1.3.1.1
An entry (conceptual row) in the wwpLeosIpAclTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosIpAclEntry  

wwpLeosIpAclEntryIpAddr 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.1
This object is the IP network which will be authorized.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

wwpLeosIpAclEntryIpMask 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.2
This object is the netmask for the IP network which will be authorized.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

wwpLeosIpAclEntryPortMask 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.3
This object is used to specify the physical ports which frames will be allowed to ingress from. The mask is big endian and each bit, numbered from 0 to 27, represents a physical port numbered from 1 to 28. A value of 0xFFFFFFFF may be used to specify all ports.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Unsigned32  

wwpLeosIpAclEntryHits 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.4
Count of the number of lookups which matched the table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclEntryBadPort 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.5
Count of the number of lookups which failed because the ingress port was disallowed by the table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclEntryStatus 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.6
Set this object to 'CreateAndGo' to create a new table entry, set it to 'destroy' to remove an existing entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosIpAclEntryDscpMask 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.7
This object is used to specify the DSCP values for which IP packets will be allowed to ingress. The mask is big endian and each bit, numbered from 0 to 63, represents a DSCP value numbered from 0 to 63. A value of 0xFFFFFFFFFFFFFFFF may be used to specify all.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8)  

wwpLeosIpAclEntryBadDscp 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.8
Count of the number of lookups which failed because the ingress DSCP value was disallowed by the table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosIpAclEntryPortBitMask 1.3.6.1.4.1.6141.2.60.24.1.3.1.1.9
This object is used to specify the physical ports which frames will be allowed to ingress from. The mask is big endian and each bit, numbered from 0 to 63, represents a physical port numbered from 1 to 64. A value of 0xFFFFFFFFFFFFFFFF may be used to specify all ports.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(8)