- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 08:13 AM
Is there a way I could find the interface an IP address is associated with through searching with 'include' command in Cisco XR and not scrolling through the entire show interface brief output?
I tried the following,
1)
show running-config | i AA:AA:AA:AA:AA:AA:AA:AA
ipv6 address AA:AA:AA:AA:AA:AA:AA:AA
Not helpful, since I don't get the interface
2)
show ipv6 interface | i AA:AA:AA:AA:AA:AA:AA:AA
Again not helpful as it doesn't give the interface.
Is there any way I could get the interface in Cisco XR, since there is no support for section or display set in it.
Solved! Go to Solution.
- Labels:
-
XR OS and Platforms
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 08:19 AM
The show command would be:
show running-config formal | i AA:AA:AA:AA:AA:AA:AA:AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 08:19 AM
The show command would be:
show running-config formal | i AA:AA:AA:AA:AA:AA:AA:AA
