ASKEY-DSLAM-VC-VLAN-MIB

File: ASKEY-DSLAM-VC-VLAN-MIB.mib (14977 bytes)

Imported modules

IF-MIB SNMPv2-SMI SNMPv2-TC
SNMP-FRAMEWORK-MIB ASKEY-DSLAM-MIB

Imported symbols

ifIndex IpAddress MODULE-IDENTITY
OBJECT-TYPE RowStatus SnmpAdminString
ipDslam

Defined Types

AskeyVcVlanEntry  
SEQUENCE    
  vcVlanEntryVpi INTEGER
  vcVlanEntryVci INTEGER
  vcVlanEntryVlanId INTEGER
  vcVlanEntry8021pPriority INTEGER
  vcVlanEntryMacLimit INTEGER
  vcVlanEntryRfc2684Mode INTEGER
  vcVlanEntryRoutedModeNexthop SnmpAdminString
  vcVlanEntryIPTrafficProfile SnmpAdminString
  vcVlanEntryServiceType INTEGER
  vcVlanEntryServiceStaticIpBase IpAddress
  vcVlanEntryServiceIpNumberLimit INTEGER
  vcVlanEntryOperStatus INTEGER
  vcVlanEntryRowStatus RowStatus

IpTrafficProfileEntry  
SEQUENCE    
  ipTrafficProfileName SnmpAdminString
  ipTrafficProfileUsRateLimit INTEGER
  ipTrafficProfileMaxDsRate INTEGER
  ipTrafficProfileDsPriority INTEGER
  ipTrafficProfileDsBcastFilter INTEGER
  ipTrafficProfileRowStatus RowStatus

Defined Values

askeyDslamVcVlanMIB 1.3.6.1.4.1.3646.1300.2.11
The MIB module presents all managed objects for mapping between vc and vlan.
MODULE-IDENTITY    

askeyVcVlanTable 1.3.6.1.4.1.3646.1300.2.11.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AskeyVcVlanEntry

askeyVcVlanEntry 1.3.6.1.4.1.3646.1300.2.11.1.1
An entry in the Vc-Vlan table. It defines traffic parameter values and the QoS Class of a virtual channel and other parameters that traffic on this virtual channel should be mapped to such as VLAN ID, 802.1p. It also specifies the RFC2684 mode and mac limits. To create a entry at Vc Vlan entry, the following procedures is used: Negotiated VC-VLAN establishment (1a) The management application creates a VC-VLAN entry in the askeyVcVlanTable by setting vcVlanEntryRowStatus to createAndWait(5). This may fail for the following reasons: - The selected VPI/VCI values are unavailable, - The selected VPI/VCI values are in use. Otherwise, the agent creates a row and reserves the VPI/VCI values on that port. (1b) The management application creates a VC-VLAN entry in the askeyVcVlanTable by setting any field to a valid value except vcVlanEntryRowStatus. (2) The manager activates the VC-VLAN by setting the vcVlanEntryRowStatus to active(1). If this set is successful, the agent has reserved the resources to satisfy the requested traffic parameter values and the QoS Class for that VC-VLAN. Traffic flow is on. (3) The manager de-actives the VC-VLAN by setting the vcVlanEntryRowStatus to notInService(3) and the agent may release all associated resources. VC-VLAN Retirement An entry is released by setting vcVlanEntryRowStatus to destroy(6), and the agent may release all associated resources.
Status: current Access: not-accessible
OBJECT-TYPE    
  AskeyVcVlanEntry  

vcVlanEntryVpi 1.3.6.1.4.1.3646.1300.2.11.1.1.1
The VPI value of the VCL. The maximum VPI value cannot exceed the value allowable by the atmInterfaceMaxVpiBits.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

vcVlanEntryVci 1.3.6.1.4.1.3646.1300.2.11.1.1.2
The VCI value of the VCL. The maximum VCI value cannot exceed the value allowable by the atmInterfaceMaxVciBits.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

vcVlanEntryVlanId 1.3.6.1.4.1.3646.1300.2.11.1.1.3
IEEE 802.1q VLAN tag number that traffic on this VCL should be mapped to in the upstream direction.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4094  

vcVlanEntry8021pPriority 1.3.6.1.4.1.3646.1300.2.11.1.1.4
IEEE 802.1p Priority that traffic on this VCL should be mapped to in the upstream direction.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..7  

vcVlanEntryMacLimit 1.3.6.1.4.1.3646.1300.2.11.1.1.5
The maximum number of MAC associated to the VCL link. The total number of MAC associated to VCL links of one port can not over 8. This attribute only applies to bridged mode VC, if the VC is routed mode, the mac limit will always be 1.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..8  

vcVlanEntryRfc2684Mode 1.3.6.1.4.1.3646.1300.2.11.1.1.6
The meanings of the values are: routed(1): RFC2684 routed mode bridged(2): RFC2684 bridged mode pppoE(3): only PPPoE frames. Not supported now.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER routed(1), bridged(2), pppoe(3)  

vcVlanEntryRoutedModeNexthop 1.3.6.1.4.1.3646.1300.2.11.1.1.7
This attribute only applies to routed mode VC. If the VC is bridged mode, ignore this. The name of the nexthop(ISP) needed in routed mode.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

vcVlanEntryIPTrafficProfile 1.3.6.1.4.1.3646.1300.2.11.1.1.8
This attribute indicates the IP traffic profile used to describe the VC VLAN entry's traffic characteristic.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

vcVlanEntryServiceType 1.3.6.1.4.1.3646.1300.2.11.1.1.9
This attribute indicates the ethertype filter of the upstream direction. If the filter type is PPPoE, allow the PPPoE packet only. If the filter type is DHCP, allow the DHCP packet only. If the filter type is PPPoEandDHCP, allow the PPPoEandDHCP packet. If the filter type is Static_IP, allow the specific IP according to vcVlanEntryServiceStaticIpBase and vcVlanEntryServiceStaticIpNumber.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unknown(0), pppoe(1), dhcp(2), pppoeanddhcp(3), staticip(4)  

vcVlanEntryServiceStaticIpBase 1.3.6.1.4.1.3646.1300.2.11.1.1.10
vcVlanEntryServiceStaticIpBase and vcVlanEntryServiceStaticIpNumber limit.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

vcVlanEntryServiceIpNumberLimit 1.3.6.1.4.1.3646.1300.2.11.1.1.11
This attribute limits the number of DHCP or static IP per PVC. It can not be bigger than MAC limit if service type is staticip; otherwise it can not be bigger than 8.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

vcVlanEntryOperStatus 1.3.6.1.4.1.3646.1300.2.11.1.1.12
This attribute indicates the operational status of the VC VLAN entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

vcVlanEntryRowStatus 1.3.6.1.4.1.3646.1300.2.11.1.1.13
This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndWait'. 'createAndGo' is not supported
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ipTrafficObects 1.3.6.1.4.1.3646.1300.2.11.2
OBJECT IDENTIFIER    

ipTrafficProfileCount 1.3.6.1.4.1.3646.1300.2.11.2.1
This object respresents the total count of configured IP traffic profiles.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipTrafficProfileTable 1.3.6.1.4.1.3646.1300.2.11.2.2
This table contains IP traffic profiles and each IP traffic profile can be defined to represent characteristics of an IP traffic. One entry in this table reflects an IP traffic profile defined by a manager which can be used to assign to any VC-VLAN entry of each the ADSL subscriber line. Maximum number of IP traffic profiles is 60.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpTrafficProfileEntry

ipTrafficProfileEntry 1.3.6.1.4.1.3646.1300.2.11.2.2.1
Each entry consists of a list of parameters that represents an IP traffic profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpTrafficProfileEntry  

ipTrafficProfileName 1.3.6.1.4.1.3646.1300.2.11.2.2.1.1
The profile name is used to be the index of each IP traffic profile. It must be unique and can contains '0'~'9', 'A'~'Z', 'a'~'z', '-','_','.','@' only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

ipTrafficProfileUsRateLimit 1.3.6.1.4.1.3646.1300.2.11.2.2.1.2
The level of rate limiting in up-stream direction of this IP traffic profile.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noRateLimit(0), rate32k(1), rate64k(2), rate128k(3), rate256k(4), rate384k(5), rate512k(6), rate768k(7)  

ipTrafficProfileMaxDsRate 1.3.6.1.4.1.3646.1300.2.11.2.2.1.3
The maximum transmit data rate in Kbps in the down-stream direction of this IP traffic profile. The specified data rate will be rounded to the largest multiple of 32.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

ipTrafficProfileDsPriority 1.3.6.1.4.1.3646.1300.2.11.2.2.1.4
The transmit priority applied to the down-stream direction of this IP traffic profile. The value 0 indicateds the lowest priority, the value 3 indicateds the highest priority
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3  

ipTrafficProfileRowStatus 1.3.6.1.4.1.3646.1300.2.11.2.2.1.5
The rowStatus of a mcast service profile. Set rowStatus to createAndGo to create an IP traffic profile and set to destory to delete an IP traffic profile. If the profile is used by any VC-VLAN entry, it is not allowed to be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ipTrafficProfileDsBcastFilter 1.3.6.1.4.1.3646.1300.2.11.2.2.1.6
This object indicates down stream broadcast filter setting. The setting includes the following values: Passing all broadcast packets is used to 'passAll(1)'. Dropping all broadcast packets is used to 'dropAll(2)'. 'specific(3)' will fileter packets and only pass the broadcast packets that is spcific VLAN ID.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER passAll(1), dropAll(2), spcific(3)