Paris(config)# router eigrp 100
Paris(config-router)# network 192.168.7.0
Paris(config-router)# network 192.168.8.0
The command used to display the commands that configure the routing protocol on a router is show running-config. This command provides a comprehensive view of the current configuration, including any routing protocols like OSPF, EIGRP, or BGP. To focus specifically on routing protocols, you can also use show ip protocols, which summarizes the active routing protocols and their settings.
router#config t router(config)#router eigrp 100 #net NETWORK ADDRESS
we would need to redistribute ospf routes into eigrp and vice versa. redistribution will have to be done on an ASBR(autonomus system boundry router) eg: we have an ospf process wid process id 10 running and eigrp with ASN 20 running in our network redistribution on ASBR would be conf t router ospf 10 redistribute eigrp 20 subnets metric 1 and in eigrp conf t router eigrp 20 redistribute ospf metric 1 1 1 1 1 we see i used 5 ones in eigrp process to redistribute opsf into eigrp. thes 1's are metrics for eigrp namely load bandwidth delay reliability
Which default EIGRP configuration must be modified to allow an EIGRP router to advertise subnets that are configured with VLSM
autosummarization
autosummarization
No router eigrp <AS #> No router ospf <process ID> No router bgp <AS #> No router rip
A network administrator needs to configure a single router to loadbalance the traffic over unequal cost paths. Which routing protocol should the administrator use? ** RIPv2
Yes; a router might be a border router between two areas of a network - for example, one configured for AS 100, one for AS 200. However, unless you do some additional configuration, no information will automatically be shared between the two areas. The configuration is related to "route redistribution".
R1(config-router)#metric maximum-hops ? <1-255> Hop count
show ip eigrp traffic
Compared to RIP, EIGRP has a lower administrative distance. Compared to EIGRP, RIP has a higher metric value for the route. Compared to RIP, the EIGRP route has fewer hops. Compared to RIP, EIGRP has a faster update timer.