Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
i I have requriment to advertise default route to BGP peer only if DEF route is present in routing table. R1-ISP (1.1.1.1)..............(1.1.1.2) CE1 (2.2.2.1)----------(2.2.2.2)CE2 - Default route is configured on CE - #ip route 0.0.0.0 0.0.0....
I want to see BGP AS number in traceroute.R1(AS100)------R2(AS200)-------R3(AS300)-------R4(AS400)R1 is advertising 11.11.11.11/32when i traceroute 11.11.11.11 from R4...i want see BGP AS number in trace.what command should i use.In the below output...
I have following senario.R1(AS2914)--------------R2(AS5689)------------R3(AS5689)----------R4(AS5689)----------R5(AS5689)R2, R3 and R4 are in same BGP AS.R3 is RR.If i do the trace from R2 to R4 loopback,Why is the AS number 2914 is shown ?...i think...
Hi All,BB2 (AS 254)-------------------------R2(AS 200)BB2 is adverting prefix 222.22.2.0/24 to R2.folloing is configurtaion on R2..Rack1R2#sh running-config | b r brouter bgp 200no synchronizationbgp log-neighbor-changesbgp bestpath med missing-as-wo...
Hi Reza,If i do the trace from R2 to R4 loopback,Why is the AS number 2914 is shown ?...i think it should show AS 5689.Which post you are refering to?/Ganpat
i Have done traceroute one internet IP R2#traceroute 209.58.46.13Type escape sequence to abort.Tracing the route to 209.58.46.13 1 203.78.193.53 [AS 2914] 0 msec 4 msec 0 msec 2 129.250.2.197 [AS 2914] [MPLS: Labels 444124/478146 Exp 0] 8 msec 12 ...
Hi Dan,I am not seeing logic in this however as per configuration its should macth the prefix 112.0.0.0/5!router bgp 100 no synchronization bgp log-neighbor-changes aggregate-address 112.0.0.0 248.0.0.0 as-set summary-only attribute-map ATT!ip prefi...
Hi Neeraj,Configuring BGP on tunnel is the one option.However in the task that option is not permitted so i have to use next hop change option.What i am looking is ....If i set ip next hop 10.10.10.2 on R2,then R2 is sending the traffic via tunnel.T...