NMS-HAL-IF-MIB

File: NMS-HAL-IF-MIB.mib (23018 bytes)

Imported modules

SNMPv2-SMI RFC1155-SMI RFC1213-MIB
NMS-SMI SNMPv2-TC NMS-IF-MIB
IP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Gauge TimeTicks DisplayString
nmsMgmt PhysAddress MacAddress
nmsIfObjects ipv6InterfaceIdentifier

Defined Types

PhysicalIfConfigEntry  
SEQUENCE    
  ifConfigIndex INTEGER
  keepalive INTEGER
  speed INTEGER
  duplex INTEGER
  medium INTEGER
  fiberAutoConfig INTEGER
  flowControl INTEGER
  errorFrameCheck INTEGER
  phyIfType INTEGER

PhysicalIfBlockEntry  
SEQUENCE    
  ifBlockIndex INTEGER
  broadcastBlock INTEGER
  multicastBlock INTEGER
  unicastBlock INTEGER

PortSecurityEntry  
SEQUENCE    
  ifSecurityIndex INTEGER
  mode INTEGER
  maxMacAddressNum INTEGER
  maxMacAddressNumCapability INTEGER

PortSecurityStaticMacAddressEntry  
SEQUENCE    
  ifSecurityStaticMacAddrIndex INTEGER
  ifMacAddress MacAddress
  operation INTEGER

PortSecurityBindBlockEntry  
SEQUENCE    
  ifSecurityBindBlockIndex INTEGER
  ifBindBlockMacAddress MacAddress
  ifBindBlockIPAddress IpAddress
  ifBindBlockIPV6Address OCTET STRING
  mode INTEGER

VlanSecurityEntry  
SEQUENCE    
  securityVlanID INTEGER
  dynamicMacAddress INTEGER

PortProtectGroupEntry  
SEQUENCE    
  groupID INTEGER
  ifProtectGroupOperation INTEGER

PortProtectAppEntry  
SEQUENCE    
  ifProtectAppIndex INTEGER
  ifGroupIDApp INTEGER

Defined Values

physicalIfConfigTable 1.3.6.1.4.1.3320.9.63.1.3
A list of physical interface configuration entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhysicalIfConfigEntry

physicalIfConfigEntry 1.3.6.1.4.1.3320.9.63.1.3.1
An interface configuration entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhysicalIfConfigEntry  

ifConfigIndex 1.3.6.1.4.1.3320.9.63.1.3.1.1
Index of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

keepalive 1.3.6.1.4.1.3320.9.63.1.3.1.2
Loopback detect of interface. The range is 0-32767. 0 means disable. Default is 0(disable).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

speed 1.3.6.1.4.1.3320.9.63.1.3.1.3
Interface speed. Only valid for non-PON interface. 1-auto, 2-10M, 3-100M, 4-1000M, 5-10000M. Default is auto.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), speed-10M(2), speed-100M(3), speed-1000M(4), speed-10000M(5)  

duplex 1.3.6.1.4.1.3320.9.63.1.3.1.4
Interface duplex. Only valid for non-PON interface. 1-auto, 2-full, 3-half. Default is auto.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), full(2), half(3)  

medium 1.3.6.1.4.1.3320.9.63.1.3.1.5
Interface medium. Only valid for non-PON interface. 1-auto, 2-copper, 3-fiber. Default is auto.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), copper(2), fiber(3)  

fiberAutoConfig 1.3.6.1.4.1.3320.9.63.1.3.1.6
Fiber port auto config mode, include speed and duplex. 1-enable, 2-disable. Default is disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

flowControl 1.3.6.1.4.1.3320.9.63.1.3.1.7
Interface flow control config. 1-on, 2-off. Default is off.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

errorFrameCheck 1.3.6.1.4.1.3320.9.63.1.3.1.8
Error frame check config. 1-enable, 2-disable. Default is disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

phyIfType 1.3.6.1.4.1.3320.9.63.1.3.1.9
Port initial type. 1-copper, 2-fiber, 3-combo, 4-other.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER copper(1), fiber(2), combo(3), other(4)  

physicalIfBlockTable 1.3.6.1.4.1.3320.9.63.1.4
A list of physical interface Block entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PhysicalIfBlockEntry

physicalIfBlockEntry 1.3.6.1.4.1.3320.9.63.1.4.1
An interface Block entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PhysicalIfBlockEntry  

ifBlockIndex 1.3.6.1.4.1.3320.9.63.1.4.1.1
Index of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

broadcastBlock 1.3.6.1.4.1.3320.9.63.1.4.1.2
Broadcast block config. 1-enable, 2-disable. Default is disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

multicastBlock 1.3.6.1.4.1.3320.9.63.1.4.1.3
Multicast block config. 1-enable, 2-disable. Default is disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

unicastBlock 1.3.6.1.4.1.3320.9.63.1.4.1.4
Unknown unicast block config. 1-enable, 2-disable. Default is disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ifSecurity 1.3.6.1.4.1.3320.9.63.1.5
OBJECT IDENTIFIER    

portSecurityTable 1.3.6.1.4.1.3320.9.63.1.5.1
A list of interface security entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityEntry

portSecurityEntry 1.3.6.1.4.1.3320.9.63.1.5.1.1
An interface security entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortSecurityEntry  

ifSecurityIndex 1.3.6.1.4.1.3320.9.63.1.5.1.1.1
Index of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mode 1.3.6.1.4.1.3320.9.63.1.5.1.1.2
Port security mode. 1-dynamic, 2-static accept, 3-static reject, 4-none. LLID interface only support dynamic mode. PON and PSG interface don't support any mode. Default is none mode(4).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dynamic(1), static-accept(2), static-reject(3), none(4)  

maxMacAddressNum 1.3.6.1.4.1.3320.9.63.1.5.1.1.3
Max mac address number that interface is allowed learning. Min num is 1. Max num is different for different device. Default is 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

maxMacAddressNumCapability 1.3.6.1.4.1.3320.9.63.1.5.1.1.4
Capability of mac address learning limitation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portSecurityStaticMacAddressTable 1.3.6.1.4.1.3320.9.63.1.5.2
A list of interface security static MAC address entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityStaticMacAddressEntry

portSecurityStaticMacAddressEntry 1.3.6.1.4.1.3320.9.63.1.5.2.1
An interface security static mac address entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortSecurityStaticMacAddressEntry  

ifSecurityStaticMacAddrIndex 1.3.6.1.4.1.3320.9.63.1.5.2.1.1
Indexs of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifMacAddress 1.3.6.1.4.1.3320.9.63.1.5.2.1.2
Indexs of interface. Static mac address of port security.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

operation 1.3.6.1.4.1.3320.9.63.1.5.2.1.3
The operation of static mac address. 1-add, 2-delete.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

portSecurityBindBlockTable 1.3.6.1.4.1.3320.9.63.1.5.3
A list of interface security binding block entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSecurityBindBlockEntry

portSecurityBindBlockEntry 1.3.6.1.4.1.3320.9.63.1.5.3.1
An interface security binding block entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortSecurityBindBlockEntry  

ifSecurityBindBlockIndex 1.3.6.1.4.1.3320.9.63.1.5.3.1.1
Indexs of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBindBlockMacAddress 1.3.6.1.4.1.3320.9.63.1.5.3.1.2
Indexs of interface. MAC address. If not care mac address, the value should be set to FFFFFF.
Status: mandatory Access: read-write
OBJECT-TYPE    
  MacAddress  

ifBindBlockIPAddress 1.3.6.1.4.1.3320.9.63.1.5.3.1.3
Indexs of interface. Ip address. If not care ip address, the value should be set to 255.255.255.255 .
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ifBindBlockIPV6Address 1.3.6.1.4.1.3320.9.63.1.5.3.1.4
Indexs of interface. Ipv6 address. If not care ipv6 address, all bit value should be set to 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

mode 1.3.6.1.4.1.3320.9.63.1.5.3.1.5
The config mode.0:del,1:bind mac,2:bind ip,3:bind arp,4:bind arp ip,5:bind ip mac,6:bind arp mac, 7:bind arp ip mac,8:bind ipv6,9:bind ipv6 mac,10:block mac,11:block ip ,12:block arp,13:block arp ip, 14:block ip mac,15:block arp mac,16:block arp ip mac,17:block ipv6,18:block ipv6 mac
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bind-mac(1), bind-ip(2), bind-arp(3), bind-arp-ip(4), bind-ip-mac(5), bind-arp-mac(6), bind-arp-ip-mac(7), bind-ipv6(8), bind-ipv6-mac(9), block-mac(10), block-ip(11), block-arp(12), block-arp-ip(13), block-ip-mac(14), block-arp-mac(15), block-arp-ip-mac(16), block-ipv6(17), block-ipv6-mac(18)  

vlanSecurityTable 1.3.6.1.4.1.3320.9.63.1.5.4
A list of VLAN security entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VlanSecurityEntry

vlanSecurityEntry 1.3.6.1.4.1.3320.9.63.1.5.4.1
An interface VLAN security entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VlanSecurityEntry  

securityVlanID 1.3.6.1.4.1.3320.9.63.1.5.4.1.1
VlanID to config. The range is 1-4094
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

dynamicMacAddress 1.3.6.1.4.1.3320.9.63.1.5.4.1.2
The max number of mac address to be learned. The range is 1-32768. 0 means disable. Default is disable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..32768  

ifProtect 1.3.6.1.4.1.3320.9.63.1.6
OBJECT IDENTIFIER    

portProtectGroupTable 1.3.6.1.4.1.3320.9.63.1.6.1
A list of port Protect Group entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortProtectGroupEntry

portProtectGroupEntry 1.3.6.1.4.1.3320.9.63.1.6.1.1
An interface port Protect Group entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortProtectGroupEntry  

groupID 1.3.6.1.4.1.3320.9.63.1.6.1.1.1
The groupID of port protect. The range is 1-32.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

ifProtectGroupOperation 1.3.6.1.4.1.3320.9.63.1.6.1.1.2
The operation of group. 1-add, 2-delete.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

portProtectAppTable 1.3.6.1.4.1.3320.9.63.1.6.2
A list of port Protect Application entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortProtectAppEntry

portProtectAppEntry 1.3.6.1.4.1.3320.9.63.1.6.2.1
An interface port Protect Application entry containing objects at the subnetwork layer and below for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortProtectAppEntry  

ifProtectAppIndex 1.3.6.1.4.1.3320.9.63.1.6.2.1.1
Indexs of interface. The same value as ifIndex in ifTable of RFC1213.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifGroupIDApp 1.3.6.1.4.1.3320.9.63.1.6.2.1.2
The groupID of port protect. The range is 1-32. The same value as groupID in portProtectGroupEntry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..32