All MIBs › ACC-MIB › accIFGroupName
accIFGroupName
Module: ACC-MIB
OID (symbolic): ACC-MIB::accIFGroupName
OID (numeric): 1.3.6.1.4.1.5.1.1.1.9.1.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
If accIFGroupIndexBase and accIFGroupIndexMax are equal then this object provides the full name of the port, else this object has the prefix of the port name. If this is a prefix then the suffix is a numeric value from 1 to (accIFGroupIndexMax - accIFGroupIndexBase + 1).
What is accIFGroupName?
Returns either the complete name of an interface group (if it represents a single interface) or a prefix for groups spanning multiple interfaces. Engineers read this to understand which physical ports belong together as a logical group and how they are labeled. A value of 'PORT' is a prefix that would expand to 'PORT1', 'PORT2', etc., representing a group of numbered Ethernet ports.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.9.1.2 snmpwalk -v2c -c public <target> ACC-MIB::accIFGroupName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.9.1.2.1 snmpget -v2c -c public <target> ACC-MIB::accIFGroupName.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.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.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.9 | accIfGroupTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.9.1 | accIfGroupEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.9.1.2 | accIFGroupName | ACC-MIB |