PROM-LAYER3-MIB

File: PROM-LAYER3-MIB.mib (30954 bytes)

Imported modules

RFC-1212 RFC1155-SMI PROMINET-MIB

Imported symbols

OBJECT-TYPE Counter promSwitching
MacAddress

Defined Types

IPIPXNetNumber  
OCTET STRING Size(4)    

PromL3AddrFwdTblType  
INTEGER ipunicast(1), ipmulticast(2), ipx(3)    

PromL3AddrFwdCacheEntry  
SEQUENCE    
  promL3AddrFwdCacheFabricPortID INTEGER
  promL3AddrFwdCacheTblType PromL3AddrFwdTblType
  promL3AddrFwdCacheDstAddr IPIPXNetNumber
  promL3AddrFwdCacheSrcAddr IPIPXNetNumber
  promL3AddrFwdCacheDstVlanID INTEGER
  promL3AddrFwdCacheSrcVlanID INTEGER
  promL3AddrFwdCacheDstPort INTEGER
  promL3AddrFwdCacheSrcPort INTEGER
  promL3AddrFwdCacheComp INTEGER
  promL3AddrFwdCacheNxtHopMac MacAddress
  promL3AddrFwdCacheIPXUse INTEGER
  promL3AddrFwdCacheFormat INTEGER
  promL3AddrFwdCacheTTL INTEGER
  promL3AddrFwdCacheFilter INTEGER
  promL3AddrFwdCachePriority INTEGER
  promL3AddrFwdCachePersistence INTEGER
  promL3AddrFwdCacheStatus INTEGER

PromL3AddrFwdControlEntry  
SEQUENCE    
  promL3AddrFwdControlFabricPortID INTEGER
  promL3AddrFwdControlTblType PromL3AddrFwdTblType
  promL3AddrFwdControlDstAddr IPIPXNetNumber
  promL3AddrFwdControlSrcAddr IPIPXNetNumber
  promL3AddrFwdControlDstVlanID INTEGER
  promL3AddrFwdControlSrcVlanID INTEGER
  promL3AddrFwdControlDstPort INTEGER
  promL3AddrFwdControlSrcPort INTEGER
  promL3AddrFwdControlComp INTEGER
  promL3AddrFwdControlNxtHopMac MacAddress
  promL3AddrFwdControlIPXUse INTEGER
  promL3AddrFwdControlFormat INTEGER
  promL3AddrFwdControlTTL INTEGER
  promL3AddrFwdControlFilter INTEGER
  promL3AddrFwdControlPriority INTEGER
  promL3AddrFwdControlPersistence INTEGER

Defined Values

promSwitchingLayerIII 1.3.6.1.4.1.2167.5.6
OBJECT IDENTIFIER    

promL3AddrFwdMgmt 1.3.6.1.4.1.2167.5.6.1
OBJECT IDENTIFIER    

promL3AddrFwdDataBaseMgmt 1.3.6.1.4.1.2167.5.6.1.1
OBJECT IDENTIFIER    

promL3AddrFwdIPUnicastStatus 1.3.6.1.4.1.2167.5.6.1.1.1
The operational state for the IP unicast forwarding table. ipunicastEnabled(1) - Table forwarding is enabled. ipunicastDisabled(2) - Table forwarding is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ipunicastEnabled(1), ipunicastDisabled(2)  

promL3AddrFwdIPUnicastMode 1.3.6.1.4.1.2167.5.6.1.1.2
The table hash lookup mode for the IP unicast forwarding table. ipunicastDA(1) - Hash into table using protocol destination address only. ipunicastSADA(2) - Hash into table using protocol destination and source address only.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipunicastDA(1), ipunicastSADA(2)  

promL3AddrFwdIPUnicastHash 1.3.6.1.4.1.2167.5.6.1.1.3
The hashing lookup key size for the IP unicast forwarding table. ipunicast8bit(1) - 8 bit hash key. ipunicast10bit(2) - 10 bit hash key. ipunicast12bit(3) - 12 bit hash key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipunicast8bit(1), ipunicast10bit(2), ipunicast12bit(3)  

promL3AddrFwdIPUnicastAgeStatus 1.3.6.1.4.1.2167.5.6.1.1.4
The IP unicast forwarding table entry aging status. ipunicastAgeEnabled(1) - Table aging is enabled. ipunicastAgeDisabled(2) - Table aging is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipunicastAgeEnabled(1), ipunicastAgeDisabled(2)  

promL3AddrFwdIPUnicastAgePeriod 1.3.6.1.4.1.2167.5.6.1.1.5
The IP unicast forwarding table entry aging period in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 20..360  

promL3AddrFwdIPUnicastMaxEntries 1.3.6.1.4.1.2167.5.6.1.1.6
The maximum cache entries for IP unicast (Cajun1 1 - 43007, Cajun2 1 - 82174).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..99999  

promL3AddrFwdIPUnicastActiveEntries 1.3.6.1.4.1.2167.5.6.1.1.7
The count of active entries in the IP unicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPUnicastAddedEntries 1.3.6.1.4.1.2167.5.6.1.1.8
The count of active entries which have been added to the IP unicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPUnicastRemovedEntries 1.3.6.1.4.1.2167.5.6.1.1.9
The count of active entries which have been removed from the IP unicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPUnicastAgedEntries 1.3.6.1.4.1.2167.5.6.1.1.10
The count of active entries which have aged away in the IP unicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPMulticastStatus 1.3.6.1.4.1.2167.5.6.1.1.11
The operational state for the IP multicast forwarding table. ipmulticastEnabled(1) - Table forwarding is enabled. ipmulticastDisabled(2) - Table forwarding is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ipmulticastEnabled(1), ipmulticastDisabled(2)  

promL3AddrFwdIPMulticastMode 1.3.6.1.4.1.2167.5.6.1.1.12
The table hash lookup mode for the IP multicast forwarding table. ipmulticastDA(1) - Hash into table using protocol destination address only. ipmulticastSADA(2) - Hash into table using protocol destination and source address only.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipmulticastDA(1), ipmulticastSADA(2)  

promL3AddrFwdIPMulticastHash 1.3.6.1.4.1.2167.5.6.1.1.13
The hashing lookup key size for the IP multicast forwarding table. ipmulticast8bit(1) - 8 bit hash key. ipmulticast10bit(2) - 10 bit hash key. ipmulticast12bit(3) - 12 bit hash key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipmulticast8bit(1), ipmulticast10bit(2), ipmulticast12bit(3)  

promL3AddrFwdIPMulticastAgeStatus 1.3.6.1.4.1.2167.5.6.1.1.14
The IP multicast forwarding table entry aging status. ipmulticastAgeEnabled(1) - Table aging enabled. ipmulticastAgeDisabled(2) - Table aging disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipmulticastAgeEnabled(1), ipmulticastAgeDisabled(2)  

promL3AddrFwdIPMulticastAgePeriod 1.3.6.1.4.1.2167.5.6.1.1.15
The IP multicast forwarding table entry aging period in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 20..360  

promL3AddrFwdIPMulticastMaxEntries 1.3.6.1.4.1.2167.5.6.1.1.16
The maximum cache entries for IP multicast (Cajun1 1 - 43007, Cajun2 1 - 82174).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..99999  

promL3AddrFwdIPMulticastActiveEntries 1.3.6.1.4.1.2167.5.6.1.1.17
The count of active entries in the IP multicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPMulticastAddedEntries 1.3.6.1.4.1.2167.5.6.1.1.18
The count of active entries which have been added to the IP multicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPMulticastRemovedEntries 1.3.6.1.4.1.2167.5.6.1.1.19
The count of active entries which have been removed from the IP multicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPMulticastAgedEntries 1.3.6.1.4.1.2167.5.6.1.1.20
The count of active entries which have aged away in the IP Multicast forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPXStatus 1.3.6.1.4.1.2167.5.6.1.1.21
The operational state for the IPX forwarding table. ipxEnabled(1) - Table forwarding is enabled. ipxDisabled(2) - Table forwarding is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ipxEnabled(1), ipxDisabled(2)  

promL3AddrFwdIPXMode 1.3.6.1.4.1.2167.5.6.1.1.22
The table hashing lookup mode for the IPX forwarding table. ipxDA(1) - Hash into table using protocol destination address only. ipxSADA(2) - Hash into table using protocol destination and source address only.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipxDA(1), ipxSADA(2)  

promL3AddrFwdIPXHash 1.3.6.1.4.1.2167.5.6.1.1.23
The hashing lookup key size for the IPX forwarding table. ipx8bit(1) - 8 bit hash key. ipx10bit(2) - 10 bit hash key. ipx12bit(3) - 12 bit hash key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipx8bit(1), ipx10bit(2), ipx12bit(3)  

promL3AddrFwdIPXAgeStatus 1.3.6.1.4.1.2167.5.6.1.1.24
The IPX forwarding table entry aging status. ipxAgeEnabled(1) - Table aging is enabled. ipxAgeDisabled(2) - Table aging is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipxAgeEnabled(1), ipxAgeDisabled(2)  

promL3AddrFwdIPXAgePeriod 1.3.6.1.4.1.2167.5.6.1.1.25
The IPX forwarding table entry aging period in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 20..360  

promL3AddrFwdIPXMaxEntries 1.3.6.1.4.1.2167.5.6.1.1.26
The maximum cache entries for IPX (Cajun1 1 - 43007, Cajun2 1 - 82174).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..99999  

promL3AddrFwdIPXActiveEntries 1.3.6.1.4.1.2167.5.6.1.1.27
The count of active entries in the IPX forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPXAddedEntries 1.3.6.1.4.1.2167.5.6.1.1.28
The count of active entries which have been added to the IPX forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPXRemovedEntries 1.3.6.1.4.1.2167.5.6.1.1.29
The count of active entries which have been removed from the IPX forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdIPXAgedEntries 1.3.6.1.4.1.2167.5.6.1.1.30
The count of active entries which have aged away in the IPX forwarding table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

promL3AddrFwdSysMaxEntries 1.3.6.1.4.1.2167.5.6.1.1.31
The maximum number of system forwarding cache entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..999999  

promL3AddrFwdCacheTable 1.3.6.1.4.1.2167.5.6.1.1.32
A table of L3 address forwarding entries. The address table is used by the routing function to perform forwarding and filtering decisions. Each of the three tables are indexed by the table type, IP unicast, IP multicast or IPX.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PromL3AddrFwdCacheEntry

promL3AddrFwdCacheEntry 1.3.6.1.4.1.2167.5.6.1.1.32.1
A particular address table entry. Each entry is indexed by concatenating some, not all, of the variables found in the forwarding entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PromL3AddrFwdCacheEntry  

promL3AddrFwdCacheFabricPortID 1.3.6.1.4.1.2167.5.6.1.1.32.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

promL3AddrFwdCacheTblType 1.3.6.1.4.1.2167.5.6.1.1.32.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  PromL3AddrFwdTblType  

promL3AddrFwdCacheDstAddr 1.3.6.1.4.1.2167.5.6.1.1.32.1.3
The destination outbound flow protocol host or network address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IPIPXNetNumber  

promL3AddrFwdCacheSrcAddr 1.3.6.1.4.1.2167.5.6.1.1.32.1.4
The source inbound flow protocol host or network address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IPIPXNetNumber  

promL3AddrFwdCacheDstVlanID 1.3.6.1.4.1.2167.5.6.1.1.32.1.5
The destination outbound flow VLAN ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

promL3AddrFwdCacheSrcVlanID 1.3.6.1.4.1.2167.5.6.1.1.32.1.6
The source inbound flow VLAN ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

promL3AddrFwdCacheDstPort 1.3.6.1.4.1.2167.5.6.1.1.32.1.7
The destination outbound flow TCP/UDP port or IPX socket number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

promL3AddrFwdCacheSrcPort 1.3.6.1.4.1.2167.5.6.1.1.32.1.8
The source inbound flow TCP/UDP port or IPX socket number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

promL3AddrFwdCacheComp 1.3.6.1.4.1.2167.5.6.1.1.32.1.9
Describes outbound frame format. da(1) - DA compare. da-sa(2) - DA and SA compare. da-prot(3) - DA and protocol type compare. da-dp(4) - DA and destination port compare. da-sa-prot(5) - DA and SA and protocol compare. da-sa-dp-sp(6) - DA and SA and destination and source port compare.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER da(1), da-sa(2), da-prot(3), da-dp(4), da-sa-prot(5), da-sa-dp-sp(6)  

promL3AddrFwdCacheNxtHopMac 1.3.6.1.4.1.2167.5.6.1.1.32.1.10
The destination outbound next hop MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

promL3AddrFwdCacheIPXUse 1.3.6.1.4.1.2167.5.6.1.1.32.1.11
USE IPX PDU host address (DNODE) as next hop MAC. usePDUhost(1) - Use the host DNODE address as next hop MAC address. useFWDhost(2) - Use the forwarding entry next hop MAC address as next hop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER usePDUhost(1), useFWDhost(2)  

promL3AddrFwdCacheFormat 1.3.6.1.4.1.2167.5.6.1.1.32.1.12
Describes network outbound frame format. etherV2(1) - Ethernet version 2 - IP and IPX. etherIPXDSAP(2) - DSAP and SSAP = 0xE0, IPX only. etherSNAP(3) - SAP/SNAP - IP and IPX. etherIPXRAW(4) - DSAP and SSAP = 0xFF, IPX only.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER etherV2(1), etherIPXDSAP(2), etherSNAP(3), etherIPXRAW(4)  

promL3AddrFwdCacheTTL 1.3.6.1.4.1.2167.5.6.1.1.32.1.13
IP multicast TTL scope ranges. ttl-IGNORE(1) - ignore TTL checks for ip multicast. ttl-GT32(2) - forward if TTL greater than 32 decimal. ttl-GT64(3) - forward if TTL greater than 64 decimal. ttl-GT128(4) - forward if TTL greater than 128 decimal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ttl-IGNORE(1), ttl-GT32(2), ttl-GT64(3), ttl-GT128(4)  

promL3AddrFwdCacheFilter 1.3.6.1.4.1.2167.5.6.1.1.32.1.14
Filter flow(s) based on entry. filterON(1) - Filter is enabled. filterOFF(2) - Filter is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER filterON(1), filterOFF(2)  

promL3AddrFwdCachePriority 1.3.6.1.4.1.2167.5.6.1.1.32.1.15
Flow priority.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

promL3AddrFwdCachePersistence 1.3.6.1.4.1.2167.5.6.1.1.32.1.16
This object indicates the persistence of this entry: invalid(1) - Writing this value to the object deletes the entry from the table. permanent(2) - Address is not aged out. deleteOnTimeout(3) - Typically, address entries are learned dynamically by the switch. These entries are aged out of the table if they are not active on the network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER invalid(1), permanent(2), deleteOnTimeout(3)  

promL3AddrFwdCacheStatus 1.3.6.1.4.1.2167.5.6.1.1.32.1.17
This object indicates the status of the entry: learned(1) - This entry was learned dynamically. mgmt(2) - This entry was added or modified by management. Entries that have been added by management and made permanent
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER learned(1), mgmt(2)  

promL3AddrFwdControlTable 1.3.6.1.4.1.2167.5.6.1.1.33
A table of L3 address forwarding entries. The address table is used by the routing function to perform forwarding and filtering decisions. Each of the three tables are indexed by the table type, IP unicast, IP multicast or IPX.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PromL3AddrFwdControlEntry

promL3AddrFwdControlEntry 1.3.6.1.4.1.2167.5.6.1.1.33.1
A particular address table entry. Each entry is indexed by concatenating some, not all, of the variables found in the forwarding entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PromL3AddrFwdControlEntry  

promL3AddrFwdControlFabricPortID 1.3.6.1.4.1.2167.5.6.1.1.33.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

promL3AddrFwdControlTblType 1.3.6.1.4.1.2167.5.6.1.1.33.1.2
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  PromL3AddrFwdTblType  

promL3AddrFwdControlDstAddr 1.3.6.1.4.1.2167.5.6.1.1.33.1.3
The destination outbound flow protocol host or network address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IPIPXNetNumber  

promL3AddrFwdControlSrcAddr 1.3.6.1.4.1.2167.5.6.1.1.33.1.4
The source inbound flow protocol host or network address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IPIPXNetNumber  

promL3AddrFwdControlDstVlanID 1.3.6.1.4.1.2167.5.6.1.1.33.1.5
The destination outbound flow VLAN ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

promL3AddrFwdControlSrcVlanID 1.3.6.1.4.1.2167.5.6.1.1.33.1.6
The source inbound flow VLAN ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

promL3AddrFwdControlDstPort 1.3.6.1.4.1.2167.5.6.1.1.33.1.7
The destination outbound flow TCP/UDP port or IPX socket number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

promL3AddrFwdControlSrcPort 1.3.6.1.4.1.2167.5.6.1.1.33.1.8
The source inbound flow TCP/UDP port or IPX socket number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

promL3AddrFwdControlComp 1.3.6.1.4.1.2167.5.6.1.1.33.1.9
Describes outbound frame format. da(1) - DA compare. da-sa(2) - DA and SA compare. da-prot(3) - DA and protocol type compare. da-dp(4) - DA and destination port compare. da-sa-prot(5) - DA and SA and protocol compare. da-sa-dp-sp(6) - DA and SA and destination and source port compare.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER da(1), da-sa(2), da-prot(3), da-dp(4), da-sa-prot(5), da-sa-dp-sp(6)  

promL3AddrFwdControlNxtHopMac 1.3.6.1.4.1.2167.5.6.1.1.33.1.10
The destination outbound next hop MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

promL3AddrFwdControlIPXUse 1.3.6.1.4.1.2167.5.6.1.1.33.1.11
USE IPX PDU host address (DNODE) as next hop MAC. usePDUhost(1) - Use the host DNODE address as next hop MAC address. useFWDhost(2) - Use the forwarding entry next hop MAC address as next hop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER usePDUhost(1), useFWDhost(2)  

promL3AddrFwdControlFormat 1.3.6.1.4.1.2167.5.6.1.1.33.1.12
Describes network outbound frame format. etherV2(1) - Ethernet version 2 - IP and IPX. etherIPXDSAP(2) - DSAP and SSAP = 0xE0, IPX only. etherSNAP(3) - SAP/SNAP - IP and IPX. etherIPXRAW(4) - DSAP and SSAP = 0xFF, IPX only.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER etherV2(1), etherIPXDSAP(2), etherSNAP(3), etherIPXRAW(4)  

promL3AddrFwdControlTTL 1.3.6.1.4.1.2167.5.6.1.1.33.1.13
IP multicast TTL scope ranges. ttl-IGNORE(1) - ignore TTL checks for ip multicast. ttl-GT32(2) - forward if TTL greater than 32 decimal. ttl-GT64(3) - forward if TTL greater than 64 decimal. ttl-GT128(4) - forward if TTL greater than 128 decimal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ttl-IGNORE(1), ttl-GT32(2), ttl-GT64(3), ttl-GT128(4)  

promL3AddrFwdControlFilter 1.3.6.1.4.1.2167.5.6.1.1.33.1.14
Filter flow(s) based on entry. filterON(1) - Filter is enabled. filterOFF(2) - Filter is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER filterON(1), filterOFF(2)  

promL3AddrFwdControlPriority 1.3.6.1.4.1.2167.5.6.1.1.33.1.15
Flow priority.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

promL3AddrFwdControlPersistence 1.3.6.1.4.1.2167.5.6.1.1.33.1.16
This object indicates the persistence of this entry: invalid(1) - Writing this value to the object deletes the entry from the table. permanent(2) - Address is not aged out. deleteOnTimeout(3) - Typically, address entries are learned dynamically by the switch. These entries are aged out of the table if they are not active on the network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER invalid(1), permanent(2), deleteOnTimeout(3)