PRVT-SWITCH-IPVLAN-MIB

File: PRVT-SWITCH-IPVLAN-MIB.mib (11556 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
Q-BRIDGE-MIB PRVT-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
RowStatus TruthValue DisplayString
TEXTUAL-CONVENTION MacAddress ifIndex
dot1qVlanIndex ipSwitch

Defined Types

IpInterfaceEntry  
SEQUENCE    
  ipInterfaceName INTEGER
  ipInterfaceIndex INTEGER
  ipInterfaceType INTEGER
  ipInterfaceIpAddress IpAddress
  ipInterfaceSubnetMask IpAddress
  ipInterfaceRowStatus RowStatus

IpLoInterfaceEntry  
SEQUENCE    
  ipLoInterfaceName INTEGER
  ipLoInterfaceIndex INTEGER
  ipLoInterfaceType INTEGER
  ipLoInterfaceIpAddress IpAddress
  ipLoInterfaceSubnetMask IpAddress
  ipLoInterfaceRowStatus RowStatus

IpVLANEntry  
SEQUENCE    
  ipVLANStatus INTEGER

IpPortMappingEntry  
SEQUENCE    
  ipPortSwIface INTEGER

Defined Values

prvtSwitchIpVLANMib 1.3.6.1.4.1.738.1.6.2
The IpVLAN MIB module that controls the assignment of IP subnets to VLANs in L3 switches.
MODULE-IDENTITY    

ipInterface 1.3.6.1.4.1.738.1.6.2.1
OBJECT IDENTIFIER    

ipVLAN 1.3.6.1.4.1.738.1.6.2.2
OBJECT IDENTIFIER    

ipInterfaceTable 1.3.6.1.4.1.738.1.6.2.1.1
This table controls the creation of IP interfaces (subnets).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpInterfaceEntry

ipInterfaceEntry 1.3.6.1.4.1.738.1.6.2.1.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  IpInterfaceEntry  

ipInterfaceName 1.3.6.1.4.1.738.1.6.2.1.1.1.1
This object identifies the name of the IP interface, serves as an index to this table name, and can only be changed during row creation. The name is the integer part of the interface name; sw1 will be 1, sw5 will be 5 etc..
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..256  

ipInterfaceIndex 1.3.6.1.4.1.738.1.6.2.1.1.1.2
This object identifies the index of the IP interface. This is the same index as ipAdEntIfIndex from MIB-II (ipAddrTable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipInterfaceType 1.3.6.1.4.1.738.1.6.2.1.1.1.3
This indicates a status of the IP interface. The value of this object is determined by the IP address. If the IP address field is empty (0.0.0.0) then this interface becomes a pseudo interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER pseudoInterface(1), ipInterface(2)  

ipInterfaceIpAddress 1.3.6.1.4.1.738.1.6.2.1.1.1.4
This object has the value of the switch IP address in this subnet. A value of 0.0.0.0 will make this interface a pseudo interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

ipInterfaceSubnetMask 1.3.6.1.4.1.738.1.6.2.1.1.1.5
This object together with ipInterfaceIpAddress forms the IP subnet, assigned to this IP interface. In case that ipInterfaceIpAddress has the value of 0.0.0.0, this object will be ignored.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

ipInterfaceRowStatus 1.3.6.1.4.1.738.1.6.2.1.1.1.6
This object indicates that the row status, and enables the creation & deletion of rows in this table. See SNMPv2-TC for more information.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ipLoInterfaceTable 1.3.6.1.4.1.738.1.6.2.1.2
This table controls the creation of IP LoopBack interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpLoInterfaceEntry

ipLoInterfaceEntry 1.3.6.1.4.1.738.1.6.2.1.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  IpLoInterfaceEntry  

ipLoInterfaceName 1.3.6.1.4.1.738.1.6.2.1.2.1.1
This object identifies the name of the IP interface, serves as an index to this table name, and can only be changed during row creation. The name is the integer part of the interface name; lo1 will be 1, lo5 will be 5 etc..
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..9  

ipLoInterfaceIndex 1.3.6.1.4.1.738.1.6.2.1.2.1.2
This object identifies the index of the IP interface. This is the same index as ipAdEntIfIndex from MIB-II (ipAddrTable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipLoInterfaceType 1.3.6.1.4.1.738.1.6.2.1.2.1.3
This indicates a status of the IP interface. The value of this object is determined by the IP address. If the IP address field is empty (0.0.0.0) then this interface becomes a pseudo interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER pseudoInterface(1), ipInterface(2)  

ipLoInterfaceIpAddress 1.3.6.1.4.1.738.1.6.2.1.2.1.4
This object has the value of the switch IP address in this subnet. A value of 0.0.0.0 will make this interface a pseudo interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

ipLoInterfaceSubnetMask 1.3.6.1.4.1.738.1.6.2.1.2.1.5
This object together with ipInterfaceIpAddress forms the IP subnet, assigned to this IP interface. In case that ipInterfaceIpAddress has the value of 0.0.0.0, this object will be ignored.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

ipLoInterfaceRowStatus 1.3.6.1.4.1.738.1.6.2.1.2.1.6
This object indicates that the row status, and enables the creation & deletion of rows in this table. See SNMPv2-TC for more information.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ipVLANTable 1.3.6.1.4.1.738.1.6.2.2.1
This table extends the table dot1qVlanStaticTable from Q-BRIDGE-MIB. It gives a connection between the IP Interface & the IP VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpVLANEntry

ipVLANEntry 1.3.6.1.4.1.738.1.6.2.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  IpVLANEntry  

ipVLANStatus 1.3.6.1.4.1.738.1.6.2.2.1.1.1
This object shows the VLAN on which the interface in the index of the entry is installed and vice versa. See SNMPv2-TC for more information.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER attached(1), detached(2)  

ipPortMappingTable 1.3.6.1.4.1.738.1.6.2.2.2
This table serves to map physical ports to SW interfaces in their 1:1 relationship. This means that we can map only one SW interface on a
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpPortMappingEntry

ipPortMappingEntry 1.3.6.1.4.1.738.1.6.2.2.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  IpPortMappingEntry  

ipPortSwIface 1.3.6.1.4.1.738.1.6.2.2.2.1.1
This object shows the SW interfaces to which a particular port is mapped. If we want to detach the port and delete the mapping we need to set the value 256 which is an invalid index for a SW interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER