All MIBs › NETLINK-SPECIFIC-MIB › nlLocalSubscriberId
nlLocalSubscriberId
Module: NETLINK-SPECIFIC-MIB
OID (symbolic): NETLINK-SPECIFIC-MIB::nlLocalSubscriberId
OID (numeric): 1.3.6.1.4.1.173.7.5.1.1.1
Node type: OBJECT-TYPE
Type: NlSubscriberAddress
Access: read-only
Description:
The Subscriber ID. A valid subscriber ID is a string of numeric digits represented by their ASCII equivalents. The ASCII equivalents of the wildcard characters '*' and '?' are also allowed. A '*' is a wildcard that matches any number of digits, including zero. A '?' is a wildcard that matches any single digit.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.173.7.5.1.1.1 snmpwalk -v2c -c public <target> NETLINK-SPECIFIC-MIB::nlLocalSubscriberId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.173.7.5.1.1.1.1 snmpget -v2c -c public <target> NETLINK-SPECIFIC-MIB::nlLocalSubscriberId.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> nlLocalSubscriberId.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.173 | netlink | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7 | local | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.5 | subscriber | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.5.1 | nlLocalSubscriberTable | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.5.1.1 | nlLocalSubscriberEntry | NETLINK-SPECIFIC-MIB |
| 1.3.6.1.4.1.173.7.5.1.1.1 | nlLocalSubscriberId | NETLINK-SPECIFIC-MIB |