ASKEY-SYSTEM-MIB: View SNMP OID List / Download MIB

VENDOR: ASKEY COMPUTER CORP.


 Home MIB: ASKEY-SYSTEM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 askeySystemMib 1.3.6.1.4.1.3646.1300.2.1
ASKEY ADSL MIB OID defines and documentation.
     ipConfig 1.3.6.1.4.1.3646.1300.2.1.1
         nodeIP 1.3.6.1.4.1.3646.1300.2.1.1.1
             nodeIPAddr 1.3.6.1.4.1.3646.1300.2.1.1.1.1 ipaddress read-write
The IP address of node. It applies to the trunk (up-link) port.
             nodeIPNetMask 1.3.6.1.4.1.3646.1300.2.1.1.1.2 ipaddress read-write
The subnet mask associated with the IP address of this node. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
             nodeMACAddr 1.3.6.1.4.1.3646.1300.2.1.1.1.3 macaddress read-only
The MAC address of the trunk (up-link) port.
             gatewayIPAddr 1.3.6.1.4.1.3646.1300.2.1.1.1.4 ipaddress read-write
The gateway IP address of node. It applies to the trunk (up-link) port.
         mgmtIP 1.3.6.1.4.1.3646.1300.2.1.1.2
             mgmtIPAddr 1.3.6.1.4.1.3646.1300.2.1.1.2.1 ipaddress read-write
The IP address of the management (out-band) port.
             mgmtIPNetMask 1.3.6.1.4.1.3646.1300.2.1.1.2.2 ipaddress read-write
The subnet mask associated with the IP address of the management port. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
             mgmtMACAddr 1.3.6.1.4.1.3646.1300.2.1.1.2.3 macaddress read-only
The MAC address of the manaement (out-band) port.
     nodeTime 1.3.6.1.4.1.3646.1300.2.1.2
         time 1.3.6.1.4.1.3646.1300.2.1.2.1 displaystring read-write
The time of the system.
         zone 1.3.6.1.4.1.3646.1300.2.1.2.2 integer read-write
The time zone of the system.
     snmpTrapMib 1.3.6.1.4.1.3646.1300.2.1.6
         snmpTrapTable 1.3.6.1.4.1.3646.1300.2.1.6.1 no-access
This table contains information for SNMP Trap.
             snmpTrapEntry 1.3.6.1.4.1.3646.1300.2.1.6.1.1 no-access
An entry of parameters in snmpTrap table.
                 snmpTrapStation 1.3.6.1.4.1.3646.1300.2.1.6.1.1.1 ipaddress no-access
The IP address of the workstation which the SNMP Trap is sent to.
                 snmpTrapCommunity 1.3.6.1.4.1.3646.1300.2.1.6.1.1.2 displaystring read-only
DURABLE: { 'public','':all } The SNMPv1/v2c community name string. Duplicate community names are not allowed in this table. Note that a null string is not a valid community name. Attempting to set this object to a null string or to a duplicate value results in the agent returning a 'badValue' error for SNMPv1 or 'inconsistentValue' error for SNMPv2c/v3.
                 snmpTrapSNMPVersion 1.3.6.1.4.1.3646.1300.2.1.6.1.1.3 integer read-only
This object indicates the version of SNMPv1 or SNMPv2c. Enumeration: 'snmpv2c': 2, 'snmpv1': 1.
                 snmpTrapRowStatus 1.3.6.1.4.1.3646.1300.2.1.6.1.1.4 rowstatus read-only
This object indicates the status of SNMP trap.
     snmpCommunityMib 1.3.6.1.4.1.3646.1300.2.1.7
         snmpCommunityTable 1.3.6.1.4.1.3646.1300.2.1.7.1 no-access
A table of SNMPv1/v2c community string to SNMPv3 view name mappings.
             snmpCommunityEntry 1.3.6.1.4.1.3646.1300.2.1.7.1.1 no-access
An entry containing objects about SNMP community at this systemp.
                 snmpCommunityName 1.3.6.1.4.1.3646.1300.2.1.7.1.1.1 displaystring no-access
The SNMPv1/v2c community name string. Duplicate community names are not allowed in this table. Note that a null string is not a valid community name. Attempting to set this object to a null string or to a duplicate value results in the agent returning a 'badValue' error for SNMPv1 or 'inconsistentValue' error for SNMPv2c/v3.
                 snmpCommunityPermission 1.3.6.1.4.1.3646.1300.2.1.7.1.1.2 integer read-only
This object specifies the type of access allowed. 'readOnly(1)' allows GET operations (i.e., GET, GET-NEXT, GET-BULK) and 'readWrite(2)' allows both GET and SET operations. Enumeration: 'readWrite': 2, 'readOnly': 1.
                 snmpCommunityRowStatus 1.3.6.1.4.1.3646.1300.2.1.7.1.1.3 rowstatus read-only
This object indicates the status of this entry. A row in this table can be created using the 'createAndGo(4)' (if all objects without default values are supplied with valid values in a single SNMP PDU) or the 'createAndWait(5)' action states. Until all parameters are valid for a conceptual row, this object is 'notReady(3)'. All parameters must be valid before this object can be set to 'active(1)'. Any object in a conceptual row can be modified independent of the value of this object (that is, can be changed while 'active(1)', notInService(2) or 'notReady(3)').
     askeyDslamFdbTable 1.3.6.1.4.1.3646.1300.2.1.9 no-access
A table that contains information about unicast entries for which the IP-DSLAM has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame.
         askeyDslamFdbEntry 1.3.6.1.4.1.3646.1300.2.1.9.1 no-access
Information about a specific unicast MAC address on a specific line for which the IP-DSLAM has some forwarding and/or filtering information.
             fdbMacIndex 1.3.6.1.4.1.3646.1300.2.1.9.1.1 integer read-only
A simple index into 'askeyDslamFdbTable'.
             fdbVpi 1.3.6.1.4.1.3646.1300.2.1.9.1.2 integer read-only
The VPI value of the VCL. The maximum VPI value cannot exceed the value allowable by the atmInterfaceMaxVpiBits.
             fdbVci 1.3.6.1.4.1.3646.1300.2.1.9.1.3 integer read-only
The VCI value of the VCL. The maximum VCI value cannot exceed the value allowable by the atmInterfaceMaxVciBits.
             macAddress 1.3.6.1.4.1.3646.1300.2.1.9.1.4 macaddress read-only
A unicast MAC address for which the bridge has forwarding and/or filtering information.
             askeyDslamFdbStatus 1.3.6.1.4.1.3646.1300.2.1.9.1.5 integer read-only
The status of this entry. The meanings of the values are: learned_unique(1): the value of the corresponding instance of macAddress was learned, and is being used. It indicates that the macAddress is an unique one and there is no duplicated (spoofed) one detected in the IP-DSLAM. learned_spoofed_active(2) : the value of the corresponding instance of macAddress was learned, and is being used. It indicates that there is an duplicated (spoofed) one detected in theIP-DSLAM. learned_spoofed_inactive(3) : the value of the corresponding instance of macAddress was learned, and is NOT being used. It indicates that there is an duplicated(spoofed) one detected in the IP-DSLAM. mgmt_forbid(4): the value of the corresponding instance of macAddress was set by the operator. It indicates that an Ethernet frame of srcMac='macAddress' is to be dropped by the IP-DSLAM. mgmt_permit(5): the value of the corresponding instance of macAddress was set by the operator. It indicates that an Ethernet frame of srcMac='macAddress' is to be forwarded by the IP-DSLAM. learned_routed(6): the value of the corresponding instance of macAddress was learned, and is being used. It indicates that the macAddress is added by the IP-DSLAM. Enumeration: 'mgmt-forbid': 4, 'mgmt-permit': 5, 'learned-routed': 6, 'learned-spoofed-inactive': 3, 'learned-unique': 1, 'learned-spoofed-active': 2.
     configDataMib 1.3.6.1.4.1.3646.1300.2.1.10 integer read-write
save(1): save the current configuration data to NVRAM(flash) as the main configuration data. restore(2): replace the main configuration data with the backup configuration data. Enumeration: 'restore': 2, 'save': 1.
     askeyCardInfoTable 1.3.6.1.4.1.3646.1300.2.1.11 no-access
This table is information about card/slot on ASKEY IPDSLAM.
           askeyCardInfoEntry 1.3.6.1.4.1.3646.1300.2.1.11.1 no-access
An entry about information of the card/slot.
               askeyCardPlannedType 1.3.6.1.4.1.3646.1300.2.1.11.1.1 integer read-write
Supposed type of this card.
               askeyCardType 1.3.6.1.4.1.3646.1300.2.1.11.1.2 integer read-only
Current working type of this card.
               askeyCardHWVersion 1.3.6.1.4.1.3646.1300.2.1.11.1.3 displaystring read-only
The Hardware version of this card.
               askeyCardSWVersion 1.3.6.1.4.1.3646.1300.2.1.11.1.4 displaystring read-only
The Software version of this card.
               askeyCardImage 1.3.6.1.4.1.3646.1300.2.1.11.1.5 displaystring read-only
Description for the location of the image.
               askeyCardUptime 1.3.6.1.4.1.3646.1300.2.1.11.1.6 integer read-only
The uptime (in seconds) of this card.
               askeyCardRole 1.3.6.1.4.1.3646.1300.2.1.11.1.7 integer read-only
This object descibes the card role. Enumeration: 'active': 1, 'standby': 2.
               askeyCardSerialNumber 1.3.6.1.4.1.3646.1300.2.1.11.1.8 displaystring read-only
The card serial number which is an unique number.
               askeyCardAdminStatus 1.3.6.1.4.1.3646.1300.2.1.11.1.9 integer read-write
The operation of this card. Only value is 'reset(1)' will reset this card. Enumeration: 'reset': 1.
               askeyCardOperStatus 1.3.6.1.4.1.3646.1300.2.1.11.1.10 integer read-only
This object indicates the card's operational status. The notPresent(3) status indicates the card is physically removed (note this may or may not be possible depending on the type of card.) The operational(1) status indicates that the card is enabled (see rptrPortAdminStatus) and working, even though it might be auto-partitioned (see rptrPortAutoPartitionState). If this object has the value operational(1) and cwmAdminStatus is set to disabled(2), it is expected that this object's value will soon change to notOperational(2). Enumeration: 'notPresent': 3, 'notOperational': 2, 'operational': 1.
               lineCardAdminVlanTagPassEnabled 1.3.6.1.4.1.3646.1300.2.1.11.1.11 integer read-write
Enable(1) or disable VLAN tag pass through function. Enumeration: 'disabled': 2, 'enabled': 1.
               lineCardOperVlanTagPassEnabled 1.3.6.1.4.1.3646.1300.2.1.11.1.12 integer read-only
Current status of VLAN tag passes through funtion. Enumeration: 'disabled': 2, 'unknown': 0, 'enabled': 1.
               lineCardAdminRfc2684Encap 1.3.6.1.4.1.3646.1300.2.1.11.1.13 integer read-write
Setting this object to LLC (1) to encapsulate the packet to LLC style. Setting it to vcMux (2) to encapsulate the packet to VC-MUX style. Enumeration: 'llc': 1, 'unknown': 0, 'vcMux': 2.
               lineCardOperRfc2684Encap 1.3.6.1.4.1.3646.1300.2.1.11.1.14 integer read-only
Current applied rfc2684 encapsulation method. Enumeration: 'llc': 1, 'unknown': 0, 'vcMux': 2.
               lineCardServiceTypeControl 1.3.6.1.4.1.3646.1300.2.1.11.1.15 integer read-write
Set or get applied control of service type. Enumeration: 'disabled': 2, 'unknown': 0, 'enabled': 1.
               shdslFirmwareUpgrade 1.3.6.1.4.1.3646.1300.2.1.11.1.16 integer read-write
Upgrade SHDSL line card firmware. Enumeration: 'upgrade': 0.
               shdslFirmwareUpgradeState 1.3.6.1.4.1.3646.1300.2.1.11.1.17 integer read-only
SHDSL line card firmware pgrade state. Enumeration: 'inital': 1, 'burning': 3, 'failedToBurn': 5, 'transmission': 2, 'unknown': 0, 'noFirmwareImage': 7, 'finished': 4, 'driverError': 6, 'failedToTransmitImage': 8.
               taggedModeAdminStatus 1.3.6.1.4.1.3646.1300.2.1.11.1.18 integer read-write
Card administrative tagged mode. This entry indicates tagged mode configured on the specific card. Enumeration: 'untagged-only': 2, 'tagged-only': 1.
               taggedModeOperStatus 1.3.6.1.4.1.3646.1300.2.1.11.1.19 integer read-only
Card operational tagged mode. This entry indicates tagged mode running on the specific card. All ports of the tagged type card will drop packets that don't have tagged header. And all ports of untagged type card will drop packets that have tagged header. Do nothing for 'noAction' case. Enumeration: 'untagged-only': 2, 'tagged-only': 1.
     linePortInfo 1.3.6.1.4.1.3646.1300.2.1.12
           linePortInfoTable 1.3.6.1.4.1.3646.1300.2.1.12.1 no-access
A list of line port information entries.
               linePortInfoEntry 1.3.6.1.4.1.3646.1300.2.1.12.1.1 no-access
An information entry containing objects for each line port.
                   linePortAdminStatus 1.3.6.1.4.1.3646.1300.2.1.12.1.1.1 integer read-write
The desired state of the line port. The enable(1) state ready to pass packets. The disable(2) state stop passing any packets. The testing(3) state indicates that no operational packets can be passed, it is for debug only. Finally, reset(4) state will reset this line port. Enumeration: 'reset': 4, 'enable': 1, 'testing': 3, 'disable': 2.
                   linePortOperStatus 1.3.6.1.4.1.3646.1300.2.1.12.1.1.2 integer read-only
This object indicates the line port's operational status. The notPresent(3) status indicates the line port is physically removed (note this may or may not be possible depending on the type of port). The operational(1) status indicates that the port is enabled (see rptrPortAdminStatus) and working, even though it might be auto-partitioned (see rptrPortAutoPartitionState). If this object has the value operational(1) and rptrPortAdminStatus is set to disabled(2), it is expected that this object's value will soon change to notOperational(2). Enumeration: 'notPresent': 3, 'notOperational': 2, 'operational': 1.
                   circuitID 1.3.6.1.4.1.3646.1300.2.1.12.1.1.3 snmpadminstring read-only
The identity for this circuit. The value is 'shelf.slot.port'.
                   remoteID 1.3.6.1.4.1.3646.1300.2.1.12.1.1.4 snmpadminstring read-write
The string is sent transparently to authorization service.
     dot1TpMACAging 1.3.6.1.4.1.3646.1300.2.1.13 integer read-write
This object decides MAC enrties aged out or not. aged: MAC entries will be aged out nonaged: MAC entries will never be aged out Enumeration: 'nonaged': 2, 'aged': 1.
     askeyRebootSystemAction 1.3.6.1.4.1.3646.1300.2.1.14 integer read-write
Reboot the system. Enumeration: 'reboot': 1.
     askeyDslamOam 1.3.6.1.4.1.3646.1300.2.1.15
           oamF5 1.3.6.1.4.1.3646.1300.2.1.15.1
               oamF5IfIndex 1.3.6.1.4.1.3646.1300.2.1.15.1.1 integer read-write
The ifIndex of the line.
               oamF5Vpi 1.3.6.1.4.1.3646.1300.2.1.15.1.2 integer read-write
The VPI value of the VCL. The maximum VPI value cannot exceed the value allowable by the atmInterfaceMaxVpiBits.
               oamF5Vci 1.3.6.1.4.1.3646.1300.2.1.15.1.3 integer read-write
The VCI value of the VCL. The maximum VCI value cannot exceed the value allowable by the atmInterfaceMaxVciBits.
               oamF5Scope 1.3.6.1.4.1.3646.1300.2.1.15.1.4 integer read-write
The scope of the OAM F5 loopback cell. Set this object will trigger OAM processing. Enumeration: 'end-to-end': 1, 'both-end2end-segment2segment': 3, 'segment-to-segment': 2.
     askeySystemManagementInfo 1.3.6.1.4.1.3646.1300.2.1.16
           askeyEmsVlanId 1.3.6.1.4.1.3646.1300.2.1.16.1 integer read-write
In-band management VLAN ID.
           askeyBootDevice 1.3.6.1.4.1.3646.1300.2.1.16.2
               askeyNextBootDevice 1.3.6.1.4.1.3646.1300.2.1.16.2.1 integer read-write
Configure the next boot partition. Enumeration: 'opCodeA': 1, 'opCodeB': 2.
               askeyCurrentBootDevice 1.3.6.1.4.1.3646.1300.2.1.16.2.2 integer read-only
Show current the boot partition. Enumeration: 'opCodeA': 1, 'opCodeB': 2, 'network': 0.
           askeySystemManagementIgmp 1.3.6.1.4.1.3646.1300.2.1.16.3 integer read-write
Configure the IGMP proxy and IGMP snoop. Enumeration: 'enableIgmpsnoop': 1, 'disableIgmp': 3, 'enableIgmpproxy': 2.
           askeyRedundancy 1.3.6.1.4.1.3646.1300.2.1.16.4
               askeyRedundancyAutoSyncEnabled 1.3.6.1.4.1.3646.1300.2.1.16.4.1 integer read-write
The Askey IPDSLAM can auto synchronize standby NC configuration with active NC. This object enables or disables such synchronization. Enumeration: 'disabled': 2, 'enabled': 1.
               askeyRedundancyAutoSyncPeriod 1.3.6.1.4.1.3646.1300.2.1.16.4.2 integer read-write
Auto synchronization period. The value unit is in second.
               askeyRedundancySync 1.3.6.1.4.1.3646.1300.2.1.16.4.3 integer read-write
Synchronize redundancy immediately. Enumeration: 'syncNow': 1.
           askeySystemManagementInfoVlan 1.3.6.1.4.1.3646.1300.2.1.16.5
               askeySystemManagementInfoVlanMacLimitTable 1.3.6.1.4.1.3646.1300.2.1.16.5.1 no-access
A table that contains information about the MAC limit per VLAN ID.
                   askeySystemManagementInfoVlanMacLimitEntry 1.3.6.1.4.1.3646.1300.2.1.16.5.1.1 no-access
Information about the MAC limit per VLAN.
                       askeySystemManagementInfoVlanID 1.3.6.1.4.1.3646.1300.2.1.16.5.1.1.1 integer no-access
The ID of target VLAN which MAC limits.
                       askeySystemManagementInfoVlanMacLimit 1.3.6.1.4.1.3646.1300.2.1.16.5.1.1.2 integer read-write
MAC limit on specific VLAN. Default values are 5376 for AM0021 and 1568 for AM0031.
                       askeySystemManagementInfoVlanMacLimitEnabled 1.3.6.1.4.1.3646.1300.2.1.16.5.1.1.3 integer read-write
Enable or disable MAC limit. Enumeration: 'disabled': 2, 'unknown': 0, 'enabled': 1.
     askeyCosQueue 1.3.6.1.4.1.3646.1300.2.1.18
           askeyCosQueueMappingTable 1.3.6.1.4.1.3646.1300.2.1.18.1 no-access
A table that contains information about COS queues mapping with 802.1p.
               askeyCosQueueMappingEntry 1.3.6.1.4.1.3646.1300.2.1.18.1.1 no-access
Information about COS queue mapping.
                   askeyCosQueueMapping8021p 1.3.6.1.4.1.3646.1300.2.1.18.1.1.1 integer read-only
The identity of the specific 802.1p priority mapping.
                   askeyCosQueueIndex 1.3.6.1.4.1.3646.1300.2.1.18.1.1.2 integer read-write
The index of COS queue.
     askeySystemUserAccountTable 1.3.6.1.4.1.3646.1300.2.1.19 no-access
This table contains information of system user account. One entry in this table reflects a user information.
           askeySystemUserAccountEntry 1.3.6.1.4.1.3646.1300.2.1.19.1 no-access
An entry reflects a user information.
               askeySystemUserAccountUserName 1.3.6.1.4.1.3646.1300.2.1.19.1.1 snmpadminstring read-only
The name of account user.
               askeySystemUserAccountPassword 1.3.6.1.4.1.3646.1300.2.1.19.1.2 snmpadminstring read-only
The password of account user.
               askeySystemUserAccountGroup 1.3.6.1.4.1.3646.1300.2.1.19.1.3 integer read-only
The group which account belongs to. Enumeration: 'admin': 2, 'guest': 1.
               askeySystemUserAccountRowStatus 1.3.6.1.4.1.3646.1300.2.1.19.1.4 rowstatus read-only
This object controls creation/deletion of the associated entry in this table as per the semantics of RowStatus.
     askeyPPPoE 1.3.6.1.4.1.3646.1300.2.1.20
           suboption 1.3.6.1.4.1.3646.1300.2.1.20.1 integer read-write
Enable or disable PPPoE suboption. The circuit information recorded on 'linePortInfo' table will be transferred to authorization service, for example, a radius server, if this function enabled. Enumeration: 'disabled': 2, 'enabled': 1.
     dnsService 1.3.6.1.4.1.3646.1300.2.1.21
           dnsServer1IPAddress 1.3.6.1.4.1.3646.1300.2.1.21.1 ipaddress read-write
The IP address of DNS server. This server is used first priority.
           dnsServer2IPAddress 1.3.6.1.4.1.3646.1300.2.1.21.2 ipaddress read-write
The IP address of DNS server. This server is used second priority.
           dnsServer3IPAddress 1.3.6.1.4.1.3646.1300.2.1.21.3 ipaddress read-write
The IP address of DNS server. This server is used lowest priority.
     timeService 1.3.6.1.4.1.3646.1300.2.1.22
           protocol 1.3.6.1.4.1.3646.1300.2.1.22.1 integer read-write
The time service is used which protocol. Enumeration: 'none': 0, 'sntp': 1.
           updatePeriod 1.3.6.1.4.1.3646.1300.2.1.22.2 unsigned32 read-write
Synchronize time which system update time by time servers. This object unit is in minute.
           timeServer1InetAddress 1.3.6.1.4.1.3646.1300.2.1.22.3 inetaddress read-write
The address of time server1. This server is used first priority.
           timeServer2InetAddress 1.3.6.1.4.1.3646.1300.2.1.22.4 inetaddress read-write
The address of time server2. This server is used second priority.
           timeServer3InetAddress 1.3.6.1.4.1.3646.1300.2.1.22.5 inetaddress read-write
The address of time server3. This server is used lowest priority.
           timeServer1Status 1.3.6.1.4.1.3646.1300.2.1.22.6 integer read-only
server1 current status. Enumeration: 'serverNoResponse': 4, 'notSet': 0, 'backupMode': 2, 'failToResolveDomainName': 3, 'networkTimeSource': 1.
           timeServer2Status 1.3.6.1.4.1.3646.1300.2.1.22.7 integer read-only
server2 current status. Enumeration: 'serverNoResponse': 4, 'notSet': 0, 'backupMode': 2, 'failToResolveDomainName': 3, 'networkTimeSource': 1.
           timeServer3Status 1.3.6.1.4.1.3646.1300.2.1.22.8 integer read-only
server3 current status. Enumeration: 'serverNoResponse': 4, 'notSet': 0, 'backupMode': 2, 'failToResolveDomainName': 3, 'networkTimeSource': 1.
           timeZone 1.3.6.1.4.1.3646.1300.2.1.22.9 integer read-write
The system time zone.
     ugeMIBObjects 1.3.6.1.4.1.3646.1300.2.1.23
           ugeAutoNegotiationTable 1.3.6.1.4.1.3646.1300.2.1.23.2 no-access
The table indicates UGE auto negotiation states.
               ugeAutoNegotionEntry 1.3.6.1.4.1.3646.1300.2.1.23.2.1 no-access
An entry indicates UGE auto negotiation states.
                   autoNegotiationState 1.3.6.1.4.1.3646.1300.2.1.23.2.1.1 integer read-write
Enable or disable UGE port auto negotiation. Enumeration: 'disabled': 2, 'enabled': 1.
           ugePauseFrameStatisticTable 1.3.6.1.4.1.3646.1300.2.1.23.3 no-access
The table indicates UGE pause packet statistic.
               ugePauseFrameStatisticEntry 1.3.6.1.4.1.3646.1300.2.1.23.3.1 no-access
An entry indicates UGE pause packet statistic.
                   rxPausePackets 1.3.6.1.4.1.3646.1300.2.1.23.3.1.1 unsigned32 read-only
The counter indicates pause packets received from this UGE.
                   txPausePackets 1.3.6.1.4.1.3646.1300.2.1.23.3.1.2 unsigned32 read-only
The counter indicates pause packets transmitted by this UGE.
           subtendVLANTable 1.3.6.1.4.1.3646.1300.2.1.23.4 no-access
The table indicates which VLAN packets can pass through subtending ports.
               subtendVLANEntry 1.3.6.1.4.1.3646.1300.2.1.23.4.1 no-access
An entry for subtendVLANTable.
                   subtendState 1.3.6.1.4.1.3646.1300.2.1.23.4.1.1 integer read-write
Enable or disable NC VLAN subtend. Enumeration: 'disabled': 2, 'enabled': 1.
                   subtendVLAN 1.3.6.1.4.1.3646.1300.2.1.23.4.1.2 vlanlist read-write
Specify what VLAN can pass through by subtending port.
           ugeVLANTable 1.3.6.1.4.1.3646.1300.2.1.23.5 no-access
This table indicates relation between UGEs and packets with specific VLAN tags. Only packets with tag values can been send out from UGEs, otherwise will not.
               ugeVLANEntry 1.3.6.1.4.1.3646.1300.2.1.23.5.1 no-access
An entry for ugeVLANTable.
                   ugeVLAN 1.3.6.1.4.1.3646.1300.2.1.23.5.1.1 vlanlist read-only
Specify what VLAN can pass through by UGE port.
     securedHosts 1.3.6.1.4.1.3646.1300.2.1.24
           securedHostAdminStatus 1.3.6.1.4.1.3646.1300.2.1.24.1 integer read-write
Enable or disable secured host function. Enumeration: 'disabled': 2, 'enabled': 1.
           securedHostTable 1.3.6.1.4.1.3646.1300.2.1.24.2 no-access
This table provides the information of the secured hosts which may access managed system.
               securedHostEntry 1.3.6.1.4.1.3646.1300.2.1.24.2.1 no-access
An entry to information of the secured hosts which may access managed system.
                   securedIPSectorIndex 1.3.6.1.4.1.3646.1300.2.1.24.2.1.1 ipsectionindex no-access
An IP sector index.
                   securedIPSectorStartIP 1.3.6.1.4.1.3646.1300.2.1.24.2.1.2 ipaddress read-write
An IP address expresses IP sector starting.
                   securedIPSectorEndIP 1.3.6.1.4.1.3646.1300.2.1.24.2.1.3 ipaddress read-write
An IP address expresses IP sector ending.
                   allowedServiceType 1.3.6.1.4.1.3646.1300.2.1.24.2.1.4 bits read-write
Contains indicates whether access mode is enabled or disabled. This is a bit-map of possible settings. Bits: 'ftp': 2, 'tftp': 3, 'snmp': 0, 'telnet': 1.
     netBIOSFilter 1.3.6.1.4.1.3646.1300.2.1.25
           netBIOSFilterAction 1.3.6.1.4.1.3646.1300.2.1.25.1 integer read-write
Drop or forward NetBIOS/NetBEUI packets. Enumeration: 'forwarding': 2, 'dropping': 1.