For IBGP For Same AS used next-hop-self that router Overwirte own ip To origin ip
router bgp AS-number
Neighbor X.X.X.X
address-family ipv4 unicast
next-hop-self
وب سایت شخصی مهندس رامین ملک قاسمی
مقالات شبکه و کامپیوتر
For IBGP For Same AS used next-hop-self that router Overwirte own ip To origin ip
router bgp AS-number
Neighbor X.X.X.X
address-family ipv4 unicast
next-hop-self
show ip arp ethernet 1/49.92
show ip arp —-> you can see all the arp in switch
sh ip arp x.x.x.x —-> for particular ip address.
sh ip arp x.x.x.x vrf <name> —- if you have multiple vrf then you can use this command.
show processes cpu history
show ip interface
show ip route local
show ip route direct
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
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