All MIBs › MY-AAA-MIB › myIpAuthorizationMode
myIpAuthorizationMode
Module: MY-AAA-MIB
OID (symbolic): MY-AAA-MIB::myIpAuthorizationMode
OID (numeric): 1.3.6.1.4.1.171.10.97.2.19.1.4.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
disable(1) - don't limit ip address of user dhcpServer(2) - limit ip address of user, only ip address assigned by the dhcp server is legit. radiusServer(3) - limit ip address of user, only ip address assigned by the radius server is legit. supplicant(4) - mac+ip+port indicates different users (get the IP adress through supplicant)
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.171.10.97.2.19.1.4.1 snmpwalk -v2c -c public <target> MY-AAA-MIB::myIpAuthorizationMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.171.10.97.2.19.1.4.1.1 snmpget -v2c -c public <target> MY-AAA-MIB::myIpAuthorizationMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.171.10.97.2.19.1.4.1.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.171 | dlink | DLINK-3100-INC-MIB |
| 1.3.6.1.4.1.171.10 | dlink_products | DLINK-3100-INC-MIB |
| 1.3.6.1.4.1.171.10.97 | switchMib | MY-SMI |
| 1.3.6.1.4.1.171.10.97.2 | myMgmt | MY-SMI |
| 1.3.6.1.4.1.171.10.97.2.19 | myAAAMIB | MY-AAA-MIB |
| 1.3.6.1.4.1.171.10.97.2.19.1 | myAAAMIBObjects | MY-AAA-MIB |
| 1.3.6.1.4.1.171.10.97.2.19.1.4 | myAuthModeObjects | MY-AAA-MIB |
| 1.3.6.1.4.1.171.10.97.2.19.1.4.1 | myIpAuthorizationMode | MY-AAA-MIB |