MIB Reference Manual (Version 3.0)
MIB Reference Manual Version 3.0 1-15
MIB-II Object Types
1
ifPhysAddress [ifTable]
Syntax PhysAddress
Access Read-only
Status Mandatory
Description The interface's address at the protocol layer immediately below the network layer in the protocol
stack.
Note: For interfaces that do not have such an address (for example, a serial line), this object
should contain an octet string of zero length.
fei0 returns MAC address of the Ethernet.
lo0 returns null.
fc0 returns MAC address of the Ethernet.
ifAdminStatus [ifTable]
Syntax
Access Read-write
Status Mandatory
Description The desired state of the interface.
Note: The 3 (testing) state indicates that no operational packets can be passed.
Value Declaration Description
Integer 1 (up)
2 (down)
3 (testing)
Ready to pass packets.
Not ready to pass packets.
In some test mode.