All MIBs › XYLAN-VLAN-MIB › atProtoRule
atProtoRule
Module: XYLAN-VLAN-MIB
OID (symbolic): XYLAN-VLAN-MIB::atProtoRule
OID (numeric): 1.3.6.1.4.1.800.2.2.10.3.1.4
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
This object is an octet string of length 5 bytes. This object specifies the protocol type that defines this vlan. The values for the different protocols are: IP - first byte = 1, IPX - first byte = 2, AppleTalk - first byte = 3, DECNet - first byte = 4, Note that, in case of IP, ARP is included as IP and need not be specified explicitly. Similarly when AppleTalk is chosen both DDP and AARP are included.
If any other protocol is used, it can be defined either by using Ether-type - first byte = 5 specifying its ether-type, second and third byte = ether-type value in hex.
DSAP and SSAP - first byte = 6 specifying that its SAP type second byte = DSAP, third byte = SSAP in hex.
SNAP Type - first byte = 7 specifying its SNAP second through sixth byte = snap value in hex.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.800.2.2.10.3.1.4 snmpwalk -v2c -c public <target> XYLAN-VLAN-MIB::atProtoRule
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.800.2.2.10.3.1.4.1 snmpget -v2c -c public <target> XYLAN-VLAN-MIB::atProtoRule.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.800.2.2.10.3.1.4.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> atProtoRule.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.800 | xylan | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2 | xylanArch | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.2 | xylanVlanArch | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.2.10 | vAutoTracker | XYLAN-VLAN-MIB |
| 1.3.6.1.4.1.800.2.2.10.3 | atProtoRuleTable | XYLAN-VLAN-MIB |
| 1.3.6.1.4.1.800.2.2.10.3.1 | atProtoRuleEntry | XYLAN-VLAN-MIB |
| 1.3.6.1.4.1.800.2.2.10.3.1.4 | atProtoRule | XYLAN-VLAN-MIB |