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.
Hi,I have configured DHCP and made it vrf aware. Problem is excluded-address range does not seem to be working/effective.lets say i have configured dhcp pool as 192.168.100.0/24 and excluded 192.168.1 -10 but still 192.168.1.9 is getting assigned.Any...
A packet's LSP can extend only until it encounters a routerwhose forwarding tables have a longer best match address prefix forthe packet's destination address. At that point, the LSP must endand the best match algorithm must be performed again."How i...
Below is the pasted configuration of one router, problem is route map not working. it is not doing source based routing. Packets from specific source are (LAN pool) are taking default route only.Any idea or i am missing something ?!ip cef!!interface ...
Either you can make an access-list to exactly match 206.75.127.232/29, 206.75.127.240/29. 206.75.127.248/29.... ormake your prefix-list as:ip prefix-list FILTER-TELUS-LOOPS seq 5 deny 206.75.126.0/23 ge 32ip prefix-list FILTER-TELUS-LOOPS seq 10 perm...
Try this....Router bgp 5000neighbor remote-as 65000neighbor remote-as 65000neighbor local-as 65002Make sure R2 knows the route of R1 loopback ip in IGP (not via other bgp session)....Can you share if R1 and R2 having ibgp session already, why do y...