cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
726
Views
0
Helpful
3
Replies

Mapping entPhysicalEntry to ifType

eric.tiedemann
Level 1
Level 1

How can you map something from the entPhysicalEntry table (1.3.6.1.2.1.47.1.1.1.1) to the ifType table (1.3.6.1.2.1.2.2.1.3) when the entPhysicalAlias (1.3.6.1.2.1.47.1.1.1.1.14) is blank? I would rather not pair them up by matching the interface name.

3 Replies 3

Vinod Arya
Cisco Employee
Cisco Employee

There is usually no correlation required between Entity-MIB and IF-MIB, as entPhysicalEntry and entPhysicalAlias are from ENTITY-MIB and ifType from IF-MIB.

entPhysicalAlias is usually empty and blank. It is a RW object which can be written to a value by an NMS application.

his object is an 'alias' name for the physical entity, as specified by a network manager, and provides a non-volatile 'handle' for the physical entity. On the first instantiation of a physical entity, the value of entPhysicalAlias associated with that entity is set to the zero-length string. However, the agent may set the value to a locally unique default value, instead of a zero-length string.

If write access is implemented for an instance of entPhysicalAlias, and a value is written into the instance, the agent must retain the supplied value in the entPhysicalAlias instance (associated with the same physical entity) for as long as that entity remains instantiated.

You must share more details on what you are facing as a problem and what you want to achieve.

-Thanks

Vinod

 

-Thanks Vinod **Rating Encourages contributors, and its really free. **

My goal is to collect the number of copper ports in-use versus total. I'm pulling the status and other information from the IF-MIB and whether a port has an SFP from the ENTITY-MIB.

eric.tiedemann
Level 1
Level 1

It appears that the entAliasMappingIdentifier table (1.3.6.1.2.1.47.1.3.2.1.2) has the mapping I needed.