Network Kings

Cisco Pipe Commands

Cisco Pipe Commands These commands work on Cisco routers as well on other vendors too, Tellabs Core Routers Also Support. These commands won’t work on old Ios, Try your luck friends. The following command will display the contents of the running-config, beginning with the first line containing the text ethernet: Router# show running?| begin ethernet … Read more

Why we use BGP

BGP is an inter-provider protocol Or ?At least that’s how things started out! In a pure IPv4 world, that was the idea.?? if you had PI (Provider Independent) addresses that you owned, you ran BGP to advertise them.? If you had multiple providers and were advertising the same address space multiple directions, you ran BGP … Read more

Eigrp Metric Calculation

Metric = (107 / minimum bandwidth) + (sum of delays) * 256 Metric = bandwidth (slowest link) + delay (sum of delays) Bandwidth: [107 / minimum bandwidth in the path] Delay: sums of delays (in tens of microseconds). 1. Bandwidth [107 / minimum bandwidth in the path] ? ? 10000000/1544 == 6476   2. ?Delay: … Read more

IBGP without IGP

Why bgp is in active state ? Everyone this is IBGP configuration, Dont say ebgp multihop I want full neigborship between r1 & r2 , without IGP & Static Routes , You have option of only BGP ?? Answer We Got :- Anivaldo Malungo Key point being there is that this is a wrong scenario … Read more