HPN-ICF-L2VPN-PWE3-MIB

File: HPN-ICF-L2VPN-PWE3-MIB.mib (11070 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

hpnicfCommon IpAddress Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE TruthValue RowStatus
TEXTUAL-CONVENTION

Defined Types

HpnicfL2VpnVcEncapsType  
An indication of the L2Vpn's VC encapsulation type: Frame Relay DLCI ( Martini Mode ) (1) ATM AAL5 SDU VCC transport (2) ATM transparent cell transport (3) Ethernet Tagged Mode (4) Ethernet (5) HDLC (6) PPP (7) SONET/SDH Circuit Emulation Service Over MPLS (CEM) (8) ATM n-to-one VCC cell transport (9) ATM n-to-one VPC cell transport (10) IP Layer2 Transport (11) ATM one-to-one VCC Cell Mode (12) ATM one-to-one VPC Cell Mode (13) ATM AAL5 PDU VCC transport (14) Frame-Relay Port mode (15) SONET/SDH Circuit Emulation over Packet (CEP) (16) Structure-agnostic E1 over Packet (SAE1oP) (17) Structure-agnostic T1 (DS1) over Packet (SAT1oP) (18) Structure-agnostic E3 over Packet (SAE3oP) (19) Structure-agnostic T3 (DS3) over Packet (SAT3oP) (20) CESoPSN basic mode (21) TDMoIP basic mode (22) CESoPSN TDM with CAS (23) TDMoIP TDM with CAS (24) Frame Relay DLCI (25) IP-interworking (64) unknown (255)
TEXTUAL-CONVENTION    
  INTEGER frameRelayDlciMartini(1), atmAal5SduVccTransport(2), atmTransparentCellTransport(3), ethernetTagged(4), ethernet(5), hdlc(6), ppp(7), cem(8), atmN2OneVccCellTransport(9), atmN2OneVpcCellTransport(10), ipLayer2Transport(11), atmOne2OneVccCellMode(12), atmOne2OneVpcCellMode(13), atmAal5PduVccTransport(14), frameRelayPortMode(15), cep(16), saE1oP(17), saT1oP(18), saE3oP(19), saT3oP(20), cESoPsnBasicMode(21), tDMoIPbasicMode(22), l2VpnCESoPSNTDMwithCAS(23), l2VpnTDMoIPTDMwithCAS(24), frameRelayDlci(25), ipInterworking(64), unknown(255)  

HpnicfPwVcEntry  
SEQUENCE    
  hpnicfPwVcIndex Integer32
  hpnicfPwVcID Unsigned32
  hpnicfPwVcType HpnicfL2VpnVcEncapsType
  hpnicfPwVcPeerAddr IpAddress
  hpnicfPwVcMtu Unsigned32
  hpnicfPwVcCfgType INTEGER
  hpnicfPwVcInboundLabel Unsigned32
  hpnicfPwVcOutboundLabel Unsigned32
  hpnicfPwVcIfIndex Unsigned32
  hpnicfPwVcAcStatus INTEGER
  hpnicfPwVcStatus INTEGER
  hpnicfPwVcRowStatus RowStatus

Defined Values

hpnicfL2VpnPwe3 1.3.6.1.4.1.11.2.14.11.15.2.78
This MIB contains objects to manage PWE3.
MODULE-IDENTITY    

hpnicfL2VpnPwe3ScalarGroup 1.3.6.1.4.1.11.2.14.11.15.2.78.1
OBJECT IDENTIFIER    

hpnicfPwVcTrapOpen 1.3.6.1.4.1.11.2.14.11.15.2.78.1.1
Whether pwe3 trap is globally enabled. false: disable; true: enable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfL2VpnPwe3Table 1.3.6.1.4.1.11.2.14.11.15.2.78.2
OBJECT IDENTIFIER    

hpnicfPwVcTable 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1
This table is the VC configuration table. Users can create or delete a VC by it.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPwVcEntry

hpnicfPwVcEntry 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1
Provides the information of a VC entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPwVcEntry  

hpnicfPwVcIndex 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.1
Index for the conceptual row identifying a PW within this PW Emulation table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfPwVcID 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.2
Used in the outgoing PW ID field within the 'Virtual Circuit FEC Element'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfPwVcType 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.3
Indication of the L2Vpn's VC encapsulation type.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfL2VpnVcEncapsType  

hpnicfPwVcPeerAddr 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.4
This object contain the value of the peer ip address of the Martini VLL PW.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfPwVcMtu 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.5
If not equal zero, the optional Mtu object in the signaling protocol will be sent with this value, representing the locally supported MTU size over the interface (or the virtual interface) associated with the PW. The default value is 1500.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfPwVcCfgType 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.6
Indicates the type of the pw: 1: primary; 2: backup; 3: multiPort.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), backup(2), multiPort(3)  

hpnicfPwVcInboundLabel 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.7
For Martini VLL, the value will be created by system automatically.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfPwVcOutboundLabel 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.8
For Martini VLL, the value will be created by the peer automatically.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfPwVcIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.9
Index of the interface (or the virtual interface) associated with the PW.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfPwVcAcStatus 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.10
Local AC(Attachment Circuit) status: 1: down; 2: up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2)  

hpnicfPwVcStatus 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.11
Indicates the status of the PW in the local node. 1: down; 2: up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2)  

hpnicfPwVcRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.78.2.1.1.12
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreatAndGo, destroy operation. To create a new row, hpnicfPwVcID, hpnicfPwVcType, hpnicfPwVcPeerAddr hpnicfPwVcMtu, hpnicfPwVcCfgType and hpnicfPwVcIfIndex must be specified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfL2VpnPwe3Notifications 1.3.6.1.4.1.11.2.14.11.15.2.78.3
OBJECT IDENTIFIER    

hpnicfPwVcSwitchWtoP 1.3.6.1.4.1.11.2.14.11.15.2.78.3.1
This notification is generated when switch from working pw to protect pw happens. The first group of hpnicfPwVcID/hpnicfPwVcType/hpnicfPwVcPeerAddr is parameter of the work PW , and the second group of hpnicfPwVcID/hpnicfPwVcType/hpnicfPwVcPeerAddr is parameter of the protect PW.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPwVcSwitchPtoW 1.3.6.1.4.1.11.2.14.11.15.2.78.3.2
This notification is generated when switch from protect pw to working pw happens. The first group of hpnicfPwVcID/hpnicfPwVcTypehpnicfPwVcPeerAddr is parameter of the protect PW , and the second group of hpnicfPwVcID/hpnicfPwVcType/hpnicfPwVcPeerAddr is parameter of the work PW.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPwVcDown 1.3.6.1.4.1.11.2.14.11.15.2.78.3.3
This notification indicates the VC's state changes to down.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPwVcUp 1.3.6.1.4.1.11.2.14.11.15.2.78.3.4
This notification indicates the VC's state changes to up.
Status: current Access: read-create
NOTIFICATION-TYPE    

hpnicfPwVcDeleted 1.3.6.1.4.1.11.2.14.11.15.2.78.3.5
This notification indicates the VC is deleted.
Status: current Access: read-create
NOTIFICATION-TYPE