All MIBs › CHECKPOINT-MIB-2 › ifNumber
ifNumber
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::ifNumber
OID (numeric): 1.3.6.1.2.1.2.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The number of network interfaces (regardless of their current state) present on this system.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.2.1 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::ifNumber
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.2.1.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::ifNumber.1