All MIBs › INTEL-GEN-MIB › authProtocolAccessIpCommunity
authProtocolAccessIpCommunity
Module: INTEL-GEN-MIB
OID (symbolic): INTEL-GEN-MIB::authProtocolAccessIpCommunity
OID (numeric): 1.3.6.1.4.1.343.6.3.3.1.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
This object contains the Protocol (1 byte), Access (1 byte), IP address (4 byte), IP subnet mask (4 byte), and Community (0 to 31 byte). Not all protocols are supported by all devices.
Protocol: snmp(1), telnet(2), http(3), tftp(4), ftp(5)
Access: Protocols: noAccess(1), All readOnly(2), All writeOnly(3), Not snmp(1) or telnet(2) readWrite(4), All readOnlySecureSNMPObjects(5), snmp(1) readWriteSecureSNMPObjects(6) snmp(1)
If the IP address is zero, then any IP address is allowed. If the IP subnet mask is not 255.255.255.255, then any IP address is an IP network address.
IP network addresses can't overlap for a given protocol. If an IP address and an IP network address overlap for a given protocol, then the access field of the IP address is used. The community string is only used for SNMP access. If the community string is zero length, then any value of community is allowed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.343.6.3.3.1.2 snmpwalk -v2c -c public <target> INTEL-GEN-MIB::authProtocolAccessIpCommunity
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.343.6.3.3.1.2.1 snmpget -v2c -c public <target> INTEL-GEN-MIB::authProtocolAccessIpCommunity.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.343.6.3.3.1.2.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.343 | intel | Intel-Common-MIB |
| 1.3.6.1.4.1.343.6 | mib2ext | Intel-Common-MIB |
| 1.3.6.1.4.1.343.6.3 | snmp | INTEL-GEN-MIB |
| 1.3.6.1.4.1.343.6.3.3 | snmpAuthTable | INTEL-GEN-MIB |
| 1.3.6.1.4.1.343.6.3.3.1 | snmpAuthEntry | INTEL-GEN-MIB |
| 1.3.6.1.4.1.343.6.3.3.1.2 | authProtocolAccessIpCommunity | INTEL-GEN-MIB |