Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Professional Edition
-
None
Description
When listing the pseudowires gathered from the JUNIPER-VPN-MIB the remote endpoint information is missing (see attached image). Maybe the system is struggling to resolve the remote device address (jnxVpnRemotePeIdAddress). Example from the debug bellow.
array(
|
[bgpL2Vpn] => array(
|
[L2VPN-1003] => array( |
[131073] => array( |
[jnxVpnPwRowStatus] => string(6) "active" |
[jnxVpnPwAssociatedInterface] => string(3) "569" |
[jnxVpnPwLocalSiteId] => string(1) "2" |
[jnxVpnPwTunnelName] => string(18) "to-PE1" |
[jnxVpnPwTunnelType] => string(6) "rsvpTe" |
[jnxVpnRemotePeIdAddrType] => string(4) "ipv4" |
[jnxVpnRemotePeIdAddress] => string(33) "30 30 30 2E 30 30 2E 30 2E 30 30 " |
[jnxVpnPwRemoteSiteId] => string(1) "1" |
)
|
From the debug:
"Not found correct peer address. See snmpwalk for 'jnxVpnRemotePeIdAddress'."