Description

This article describes the format change of the 'isisISAdjIPAddress' MIB object's value from ASCI to Hex, in order to be compliant with RFC.

Symptoms

The format of the 'isisISAdjIPAddress' MIB object's value has been changed from ASCI to Hex, in order to be compliant with RFC.

Solution


From Junos 9.6R3/10.0R1/10.1R1/10.2R1, the format of the isisISAdjIPAddress MIB object's value has been changed from ASCI to Hex; in order to be compliant with RFC.

For example:

In 9.4S3.1 :

lab@m10i-2-re1> show snmp mib walk isisISAdjIPAddress               
isisISAdjIPAddress.1.302.1.1 = 100.0.23.2  < it is text format
In 10.4R4.5 :
lab@m320-re1> show snmp mib walk isisISAdjIPAddress          
isisISAdjIPAddress.1.604.1.1 = 64 00 17 01  < it is Hex format

Related Information