All MIBs › ACC-MIB › accBrPortProtocol
accBrPortProtocol
Module: ACC-MIB
OID (symbolic): ACC-MIB::accBrPortProtocol
OID (numeric): 1.3.6.1.4.1.5.1.1.3.1.13
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
note that these enumerated values match those in accSlotProtocol; the current implementation will not permit accBrPortProtocol to be set to x25.
What is accBrPortProtocol?
This OID defines which network protocol type this bridge port supports, such as Ethernet, Token Ring, or Frame Relay. Network engineers set this during port configuration to match the capabilities of the physical interface they are connecting. For example, setting this to a value like "2" (if representing Frame Relay) configures the port to handle Frame Relay traffic instead of Ethernet.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.3.1.13 snmpwalk -v2c -c public <target> ACC-MIB::accBrPortProtocol
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.3.1.13.1 snmpget -v2c -c public <target> ACC-MIB::accBrPortProtocol.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.3.1.13.1 i <value>
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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.3 | accBrPort | ACC-BRPORT |
| 1.3.6.1.4.1.5.1.1.3.1 | accBrPortInfo | ACC-BRPORT |
| 1.3.6.1.4.1.5.1.1.3.1.13 | accBrPortProtocol | ACC-MIB |