Google Translation
Main Menu
| Home |
| Useful Links |
| Public Route Server |
| Download |
| Contact Us |
Login Form
Advertisements
Who's Online
We have 2 guests onlineLatest Articles
- Network performance testing with Iperf
- How to disable anonymous account on pure-ftp server
- How to install and maintain PostgreSQL with phpPgAdmin
- How to transfer Putty.exe's setting to other computers
- Preventing Security Attacks from all OSI 7 Layer
- How to locate a IP address using WHOIS
- Wake on LAN extention for SSL explorer
- How to obtain Ethernet addresses
Popular
- Enable Telnet on IE7.0 with Windows XP and Vista
- Cisco 7200 Simulator - Dynamips installation for window
- How to create loopback interface on Windows XP
- How IP-helper address works?
- Network Settings In VMWare Player
- BGP sample configuration guide - Cisco
- BGP sample configuration Case 1-1
- BGP Community String for Verizon Business AS701
| BGP Commands for Cisco |
|
|
|
| Written by Web Master | |
|
1. How do I remove a neighbor? router(config)# router bgp <asn>
router(config-router)# no neighbor <neighbor IP>
2. How do I shutdown a session? router(config)# router bgp <asn>
router(config-router)# neighbor <neighbor IP> shutdown
router(config)# router bgp <asn>
router(config-router)# no neighbor <neighbor IP> shutdown
3. How do I clear or restart a session? router# clear ip bgp <neighbor IP>
4. How do I clear BGP session without hard reset? router# clear ip bgp <neighbor IP> soft out
5. How do I clear all BGP sessions? router# show ip bgp neighbor *
6. How do I display all BGP routes that contain subnet and supernet netmask? router# show ip bgp cidr-only
7. How do I display routes that belong to the specified communities? router# show ip bgp community community-number [exact]
8. How do I display routes that are permitted by community list? router# show ip bgp community-list community-number [exact]
9. How do I display routes that are matched by the specified autonomouse system path access list? router# show ip bgp filter-list access-list-number
10. How do I display the routes with inconsistent originating autonomous systems? router# show ip bgp inconsistent-as
11. How do I display the routes that match the specified regular expression entered on the command line? router# show ip bgp regexp regular-expression
12. How do I display the contents of the BGP routing table? router# show ip bgp [network][network-mask][subnets]
13. How do I display routes learned from a paticular BGP neighbor? router# show ip bgp neighbor [address][received-routes | routes | advertised
-routes | paths regular-expression | dampened-routes]
14. How do I display all BGP paths in the database? router# show ip bgp paths
15. How do I display information about BGP peer groups? router# show ip bgp peer-group [tag][summary]
16. How do I display the status of all BGP connections? router# show ip bgp summary
17. How do I look at a BGP session to see if it is up? router# show ip bgp neighbor <neighbor IP>
18. How do I see what routes are being seen? router# show ip bgp neighbor <neighbor ID> routes
19. How do I see what routes are being advertised? router# show ip bgp neighbor <neighbor ID> advertised-routes
|
| < Prev | Next > |
|---|























