TCP/IP MIB-II
ctIfPortType | {ctIfPortEntry 3} |
DESCRIPTION
This defines the specific type of port (EPIM, TPIM). This is defined within
SYNTAX OBJECT IDENTIFIER
ACCESS
STATUS mandatory
OBJECT IDENTIFIER: 1.3.6.1.4.1.52.4.3.3.3.1.1.3
The OID will actually be 1.3.6.1.4.1.52.4.3.3.3.1.1.1.X.Y where X is the interface number and Y is the port requested. X will increment from 1 to 28 (25 Ethernet, 2 Fast Ethernet, and the LCM port). Y will always be 1 because there is only one port per interface. This variable should describe the hardware device itself by media type and type of connection. We have an Ethernet connection to an RJ45. This means that we will return an OID of
1.3.6.1.4.1.52.3.8.1.1.1.6to show portRJ45
oid_value_assignment.
ctIfPortLinkStatus | {ctIfPortEntry 4} |
This defines the status of the port connection.
SYNTAX INTEGER {notLinked(1), linked(2), notApplica- ble(3)}
ACCESS
STATUS mandatory
OBJECT IDENTIFIER: 1.3.6.1.4.52.4.3.3.3.1.1.4
The OID will actually be 1.3.6.1.4.1.52.4.3.3.3.1.1.1.X.Y where X is the interface number and Y is the port requested. We will return the link status for the ethernet and fast ethernet ports. We will return notApplicable (3) for the UART port.