You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you collect outputs from lot of devices this tricks can may take this more easily
! - - for IOS and IOS-xe devices
term len 511
term width 511
show cdp neighbors detail
show lldp neighbors detail
show run vlan
show run | section interface_[FGTP] ! - - OR if device not support section commandlet: show run | begin interface_[FGTP]
show interface | section ^[TGFP] ! - - OR if device not support section commandlet: show run | begin interface_[FGTP]
! - - for NXOS devices
term len 511
term width 511
show cdp neighbors detail
show lldp neighbors detail
show run vlan
show run | section interface.[FGTPE]
show interface | section ^[TGFPE]|admin.state
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When you collect outputs from lot of devices this tricks can may take this more easily
Beta Was this translation helpful? Give feedback.
All reactions