https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/system_mgmt/503_U5_1/b_3k_System_Mgmt_Config_503_u5_1/b_3k_System_Mgmt_Config_503_u5_1_chapter_01101.pdf
Showing all posts in اکتبر 2020
Aggrigate Address in bgp Router Cisco
BGP summry
Use a network statement to advertise the summary address
- Auto-summary: a router summaries its locally-originated BGP networks to their classful boundaries. Also, all reditributed subnets (into BGP, if a router has) will be summarized to their classful boundaries into BGP table.
- Synchronization: If your AS is a transit AS, synchronization prevents a BGP speaker from advertising a route to an EBGP peer until all routers within the speaker’s AS have learned about the route via an IGP.
How See connected Ip address Table in switch NEXUS
show ip interface
show ip route local
show ip route direct
Switch Nexus 3000 Limitation
Download CCP For CISCO Devices
http://www.rmalekghasemi.ir/file/CCP.rar
Routes Command For bgp Router Cisco
How See advertise Route
show ip bgp neighbors IP-Address advertised-routes
How See Recieved Route And bypass Filter And So inject To route table Router
show ip bgp neighbors IP-Address routes
How See Recieved Route For Bgp neighbor
show ip bgp neighbors IP-Address received-routes
How Secure Line VTY in Switch Nexus
1. switch# configure terminal
2. switch(config)# line vty
3. switch(config-line)# access-class access-list-number {in | out}
4. (Optional) switch(config-line)# no access-class access-list-number {in | out}
5. switch(config-line)# exit
6. (Optional) switch# show running-config aclmgr
7. (Optional) switch# copy running-config startup-config
How accounce Network in Origin by cisco
Step1
add address to address-family bgp
add static route network to null0 with 254
Now annonce network
LPM Total and Increase to Max SIZE
See LPM max SIZE
show hardware profile status
How Increase THIS
switch# configure terminal switch(config)# system routing max-mode l3 switch(config)# copy running-config startup-config [########################################] 100% Copy complete, now saving to disk (please wait)… switch(config)# reload