TN-DHCP-SNOOPING-MIB

File: TN-DHCP-SNOOPING-MIB.mib (22379 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
TRANSITION-SMI TN-TC

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP MODULE-IDENTITY
OBJECT-TYPE TEXTUAL-CONVENTION tnProducts
Integer32 IpAddress Unsigned32
MacAddress TruthValue TNInterfaceIndex

Defined Types

TNDhcpSnoopingConfigInterfaceEntry  
SEQUENCE    
  tnDhcpSnoopingConfigInterfaceIfIndex TNInterfaceIndex
  tnDhcpSnoopingConfigInterfaceTrustMode TruthValue

TNDhcpSnoopingStatusAssignedIpEntry  
SEQUENCE    
  tnDhcpSnoopingStatusAssignedIpMacAddress MacAddress
  tnDhcpSnoopingStatusAssignedIpVlanId Integer32
  tnDhcpSnoopingStatusAssignedIpIfIndex TNInterfaceIndex
  tnDhcpSnoopingStatusAssignedIpIpAddress IpAddress
  tnDhcpSnoopingStatusAssignedIpNetmask IpAddress
  tnDhcpSnoopingStatusAssignedIpDhcpServerIp IpAddress

TNDhcpSnoopingControlInterfaceClearStatisticsEntry  
SEQUENCE    
  tnDhcpSnoopingControlInterfaceClearStatisticsIfIndex TNInterfaceIndex
  tnDhcpSnoopingControlInterfaceClearStatisticsClear TruthValue

TNDhcpSnoopingStatisticsInterfaceEntry  
SEQUENCE    
  tnDhcpSnoopingStatisticsInterfaceIfIndex TNInterfaceIndex
  tnDhcpSnoopingStatisticsInterfaceRxDiscover Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxOffer Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxRequest Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxDecline Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxAck Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxNak Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxRelease Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxInform Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxLeaseQuery Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxLeaseUnassigned Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxLeaseUnknown Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxLeaseActive Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxDiscardChksumErr Unsigned32
  tnDhcpSnoopingStatisticsInterfaceRxDiscardUntrust Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxDiscover Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxOffer Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxRequest Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxDecline Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxAck Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxNak Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxRelease Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxInform Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxLeaseQuery Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxLeaseUnassigned Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxLeaseUnknown Unsigned32
  tnDhcpSnoopingStatisticsInterfaceTxLeaseActive Unsigned32

Defined Values

tnDhcpSnoopingMib 1.3.6.1.4.1.868.2.5.147
The mib module for DHCP settings.
MODULE-IDENTITY    

tnDhcpSnoopingMibObjects 1.3.6.1.4.1.868.2.5.147.1
OBJECT IDENTIFIER    

tnDhcpSnoopingConfig 1.3.6.1.4.1.868.2.5.147.1.2
OBJECT IDENTIFIER    

tnDhcpSnoopingConfigGlobals 1.3.6.1.4.1.868.2.5.147.1.2.1
OBJECT IDENTIFIER    

tnDhcpSnoopingConfigGlobalsMode 1.3.6.1.4.1.868.2.5.147.1.2.1.1
Indicates the DHCP snooping mode operation. Possible modes are - true: Enable DHCP snooping mode operation. When DHCP snooping mode operation is enabled, the DHCP request messages will be forwarded to trusted ports and only allow reply packets from trusted ports. false: Disable DHCP snooping mode operation.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnDhcpSnoopingConfigInterfaceTable 1.3.6.1.4.1.868.2.5.147.1.2.2
This is a table of DHCP Snooping port configuration parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNDhcpSnoopingConfigInterfaceEntry

tnDhcpSnoopingConfigInterfaceEntry 1.3.6.1.4.1.868.2.5.147.1.2.2.1
Each port has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNDhcpSnoopingConfigInterfaceEntry  

tnDhcpSnoopingConfigInterfaceIfIndex 1.3.6.1.4.1.868.2.5.147.1.2.2.1.1
Logical interface number of the physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNInterfaceIndex  

tnDhcpSnoopingConfigInterfaceTrustMode 1.3.6.1.4.1.868.2.5.147.1.2.2.1.2
Indicates the DHCP snooping port mode. Possible port modes are - true: Configures the port as trusted source of the DHCP messages. false: Configures the port as untrusted source of the DHCP messages.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnDhcpSnoopingStatus 1.3.6.1.4.1.868.2.5.147.1.3
OBJECT IDENTIFIER    

tnDhcpSnoopingStatusAssignedIpTable 1.3.6.1.4.1.868.2.5.147.1.3.1
This is a table of assigned IP information in DHCP Snooping
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNDhcpSnoopingStatusAssignedIpEntry

tnDhcpSnoopingStatusAssignedIpEntry 1.3.6.1.4.1.868.2.5.147.1.3.1.1
Each entry has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNDhcpSnoopingStatusAssignedIpEntry  

tnDhcpSnoopingStatusAssignedIpMacAddress 1.3.6.1.4.1.868.2.5.147.1.3.1.1.1
MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

tnDhcpSnoopingStatusAssignedIpVlanId 1.3.6.1.4.1.868.2.5.147.1.3.1.1.2
The VLAN id of the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4095  

tnDhcpSnoopingStatusAssignedIpIfIndex 1.3.6.1.4.1.868.2.5.147.1.3.1.1.3
Logical interface number of the physical port of the DHCP client.
Status: current Access: read-only
OBJECT-TYPE    
  TNInterfaceIndex  

tnDhcpSnoopingStatusAssignedIpIpAddress 1.3.6.1.4.1.868.2.5.147.1.3.1.1.4
IP address assigned to DHCP client by DHCP server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tnDhcpSnoopingStatusAssignedIpNetmask 1.3.6.1.4.1.868.2.5.147.1.3.1.1.5
Netmask assigned to DHCP client by DHCP server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tnDhcpSnoopingStatusAssignedIpDhcpServerIp 1.3.6.1.4.1.868.2.5.147.1.3.1.1.6
IP address of the DHCP server that assigns the IP address and netmask.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tnDhcpSnoopingControl 1.3.6.1.4.1.868.2.5.147.1.4
OBJECT IDENTIFIER    

tnDhcpSnoopingControlInterfaceClearStatisticsTable 1.3.6.1.4.1.868.2.5.147.1.4.1
This is a table to clear port statistics in DHCP Snooping
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNDhcpSnoopingControlInterfaceClearStatisticsEntry

tnDhcpSnoopingControlInterfaceClearStatisticsEntry 1.3.6.1.4.1.868.2.5.147.1.4.1.1
Each port has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNDhcpSnoopingControlInterfaceClearStatisticsEntry  

tnDhcpSnoopingControlInterfaceClearStatisticsIfIndex 1.3.6.1.4.1.868.2.5.147.1.4.1.1.1
Logical interface number of the physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNInterfaceIndex  

tnDhcpSnoopingControlInterfaceClearStatisticsClear 1.3.6.1.4.1.868.2.5.147.1.4.1.1.2
clear statistics per physical port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

tnDhcpSnoopingStatistics 1.3.6.1.4.1.868.2.5.147.1.5
OBJECT IDENTIFIER    

tnDhcpSnoopingStatisticsInterfaceTable 1.3.6.1.4.1.868.2.5.147.1.5.2
This is a table of port statistics in DHCP Snooping
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNDhcpSnoopingStatisticsInterfaceEntry

tnDhcpSnoopingStatisticsInterfaceEntry 1.3.6.1.4.1.868.2.5.147.1.5.2.1
Each entry has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNDhcpSnoopingStatisticsInterfaceEntry  

tnDhcpSnoopingStatisticsInterfaceIfIndex 1.3.6.1.4.1.868.2.5.147.1.5.2.1.1
Logical interface number of the physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNInterfaceIndex  

tnDhcpSnoopingStatisticsInterfaceRxDiscover 1.3.6.1.4.1.868.2.5.147.1.5.2.1.2
The number of discover (option 53 with value 1) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxOffer 1.3.6.1.4.1.868.2.5.147.1.5.2.1.3
The number of offer (option 53 with value 2) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxRequest 1.3.6.1.4.1.868.2.5.147.1.5.2.1.4
The number of request (option 53 with value 3) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxDecline 1.3.6.1.4.1.868.2.5.147.1.5.2.1.5
The number of decline (option 53 with value 4) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxAck 1.3.6.1.4.1.868.2.5.147.1.5.2.1.6
The number of ACK (option 53 with value 5) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxNak 1.3.6.1.4.1.868.2.5.147.1.5.2.1.7
The number of NAK (option 53 with value 6) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxRelease 1.3.6.1.4.1.868.2.5.147.1.5.2.1.8
The number of release (option 53 with value 7) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxInform 1.3.6.1.4.1.868.2.5.147.1.5.2.1.9
The number of inform (option 53 with value 8) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxLeaseQuery 1.3.6.1.4.1.868.2.5.147.1.5.2.1.10
The number of lease query (option 53 with value 10) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxLeaseUnassigned 1.3.6.1.4.1.868.2.5.147.1.5.2.1.11
The number of lease unassigned (option 53 with value 11) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxLeaseUnknown 1.3.6.1.4.1.868.2.5.147.1.5.2.1.12
The number of lease unknown (option 53 with value 12) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxLeaseActive 1.3.6.1.4.1.868.2.5.147.1.5.2.1.13
The number of lease active (option 53 with value 13) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxDiscardChksumErr 1.3.6.1.4.1.868.2.5.147.1.5.2.1.14
The number of discard packet that IP/UDP checksum is error.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceRxDiscardUntrust 1.3.6.1.4.1.868.2.5.147.1.5.2.1.15
The number of discard packet that are coming from untrusted port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxDiscover 1.3.6.1.4.1.868.2.5.147.1.5.2.1.16
The number of discover (option 53 with value 1) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxOffer 1.3.6.1.4.1.868.2.5.147.1.5.2.1.17
The number of offer (option 53 with value 2) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxRequest 1.3.6.1.4.1.868.2.5.147.1.5.2.1.18
The number of request (option 53 with value 3) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxDecline 1.3.6.1.4.1.868.2.5.147.1.5.2.1.19
The number of decline (option 53 with value 4) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxAck 1.3.6.1.4.1.868.2.5.147.1.5.2.1.20
The number of ACK (option 53 with value 5) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxNak 1.3.6.1.4.1.868.2.5.147.1.5.2.1.21
The number of NAK (option 53 with value 6) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxRelease 1.3.6.1.4.1.868.2.5.147.1.5.2.1.22
The number of release (option 53 with value 7) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxInform 1.3.6.1.4.1.868.2.5.147.1.5.2.1.23
The number of inform (option 53 with value 8) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxLeaseQuery 1.3.6.1.4.1.868.2.5.147.1.5.2.1.24
The number of lease query (option 53 with value 10) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxLeaseUnassigned 1.3.6.1.4.1.868.2.5.147.1.5.2.1.25
The number of lease unassigned (option 53 with value 11) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxLeaseUnknown 1.3.6.1.4.1.868.2.5.147.1.5.2.1.26
The number of lease unknown (option 53 with value 12) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingStatisticsInterfaceTxLeaseActive 1.3.6.1.4.1.868.2.5.147.1.5.2.1.27
The number of lease active (option 53 with value 13) packets transmited.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnDhcpSnoopingMibConformance 1.3.6.1.4.1.868.2.5.147.2
OBJECT IDENTIFIER    

tnDhcpSnoopingMibCompliances 1.3.6.1.4.1.868.2.5.147.2.1
OBJECT IDENTIFIER    

tnDhcpSnoopingMibGroups 1.3.6.1.4.1.868.2.5.147.2.2
OBJECT IDENTIFIER    

tnDhcpSnoopingConfigGlobalsInfoGroup 1.3.6.1.4.1.868.2.5.147.2.2.1
A collection of objects suitable for bulk operations.
Status: current Access: read-only
OBJECT-GROUP    

tnDhcpSnoopingConfigInterfaceInfoGroup 1.3.6.1.4.1.868.2.5.147.2.2.2
A collection of objects suitable for bulk operations.
Status: current Access: read-only
OBJECT-GROUP    

tnDhcpSnoopingStatusAssignedIpTableInfoGroup 1.3.6.1.4.1.868.2.5.147.2.2.3
A collection of objects suitable for bulk operations.
Status: current Access: read-only
OBJECT-GROUP    

tnDhcpSnoopingControlInterfaceClearStatisticsTableInfoGroup 1.3.6.1.4.1.868.2.5.147.2.2.4
A collection of objects suitable for bulk operations.
Status: current Access: read-only
OBJECT-GROUP    

tnDhcpSnoopingStatisticsInterfaceTableInfoGroup 1.3.6.1.4.1.868.2.5.147.2.2.5
A collection of objects suitable for bulk operations.
Status: current Access: read-only
OBJECT-GROUP    

tnDhcpSnoopingMibCompliance 1.3.6.1.4.1.868.2.5.147.2.1.1
The compliance statement for the implementation.
Status: current Access: read-only
MODULE-COMPLIANCE