parsed.org

Tips by tag: router

Brief Interface List by xinu on Jun 02, 2005 09:33 AM

To see a brief list of the interfaces so you can drill down and get more information run:

router# show ip int bri
briciscointerfacesrouter

If your BGP neighbour is a Cisco unit (and possibly others), it is possible to reprocess all learned routes and new announcements without clearing and retransmitting the full contents of the BGP table. This is known as a "soft reconfiguration," and is supported as of IOS 12.0. This avoids fast route cache invalidation, network service disruption, and other results associated with wiping the BGP table that would normally be undesirable, although it is more memory-intensive:

Router# clear ip bgp <neighbor IP, AS number, or *> in

To trigger a release of updates toward a neighbor in a similar fashion:

Router# clear ip bgp <neighbor IP, AS number, or *> out
bgpciscocommandsconfigurationiospeerrefilterrouterouter
Setting Term Length by xinu on Apr 10, 2008 01:37 PM

Setting terminal length (ignore -more- prompts) on various devices:

term len 0 (cisco)
set cli screen-length 0 (juniper junos)
ciscocliiosjuniperjunoslengthrouterterm
RSS