Validating Connections between device port and Onpath port #391
Quali-Community
started this conversation in
Useful Tips & Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Onpath connection validation
How to determine if a device port is connected to the correct Onpath switch port?
In a lab, equipment often gets moved or connections changes, it is hard to keep up with the connections between device port and Onpath switch port.
Validation of connections between device port and Onpath switch are needed to maintain the validity of tests connections.
Solution:
The Cisco and Juniper devices have the capability to “no shutdown” or “shutdown” port whereas the Juniper “enable” or “disable” port; in effect turn-up the administrative status of the device.
There are two statuses in the port that can be used to determine the state of the port.
For Cisco device the Administrative and Protocol statuses and Juniper is the Administrative and Link statuses.
To confirm if the port is connected to the correct Onpath port:
Administrative
Protocol/Link
Cisco CE
up
up
Cisco XR
up
up
Juniper
up
up
Administrative
Protocol/Link
Cisco CE
up
down
Cisco XR
down
down
Juniper
up
down
Administrative
Protocol/Link
Cisco CE
up
up
Cisco XR
up
up
Juniper
up
up
The change in the Protocol/Link state will shows the port act accordingly to the change in the loop mode of the Onpath. Hence, the port is connected correctly.
Find the port connection to the Onpath port requires the “Acknowledge of the alarms” on the Onpath switch. Current issue, through the CLI the Onpath takes a long time to ACK high number of alarms.
Process to locate the Onpath port connection:
Bring up the administrative status on the device port and looped all the Onpath ports on the switch
This steps need to be repeated a few times to make sure the information is correct.
Commands needed
Bringing administrative up/down:
Cisco device:
Juniper device:
Onpath port Loop command: “conn prtn <x.y.z> to <x.y.z> force
Onpath port unloop command: “conn prtn <x.y.z> to null force
Show if the port is loop command: “display connected ports sea <x.y.z>”
Son Nguyen (son.n) - 02/12/2014 05:32 PM
· 2441 ·
Beta Was this translation helpful? Give feedback.
All reactions