All MIBs › ACC-FAKE › ospfTOSSupport
ospfTOSSupport
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ospfTOSSupport
OID (numeric): 1.3.6.1.4.1.5.2.12
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description:
The router's support for type-of-service routing.
What is ospfTOSSupport?
ACC-FAKE::ospfTOSSupport is a true/false flag that enables Type-of-Service routing, which allows OSPF to calculate separate routes based on traffic quality requirements (delay, reliability, cost, throughput). You would enable this if your network needs to route interactive traffic differently from bulk transfers. Setting it to true means OSPF creates multiple routing tables for different traffic classes, though modern networks typically use MPLS QoS instead.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.12 snmpwalk -v2c -c public <target> ACC-FAKE::ospfTOSSupport
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.12.1 snmpget -v2c -c public <target> ACC-FAKE::ospfTOSSupport.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.2.12.1 s <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.2 | accFake | ACC-FAKE |
| 1.3.6.1.4.1.5.2.12 | ospfTOSSupport | ACC-FAKE |