Config EIGRP Router 1 & 2.txt

***In this example, it is assumed that the MPLS network is configured with the MPLS PE devices participating in the EIGRP process and virtual route forwarding. Only the client-side EIGRP configuration is shown here.*** R1 Router R1(config)#interface fastethernet0/0 Enters interface configuration mode R1(config-if)#ip address 192.168.1.2 255.255.255.252 Assigns the IP address and mask R1(config-if)#no shutdown Enables the interface R1(config-if)#router eigrp 100 Creates routing process 100 R1(config-router)#network 172.16.1.0 0.0.0.255 Advertises the network in EIGRP R1(config-router)#network 192.168.1.0 0.0.0.255 Advertises the network in EIGRP R2 Router R2(config)#interface fastethernet0/0 Enters interface configuration mode R2(config-if)#ip address 192.168.2.2 255.255.255.252 Assigns the IP address and mask R2(config-if)#no shutdown Enables the interface R2(config-if)#router eigrp 100 Creates routing process 100 R2(config-router)#network 172.17.2.0 0.0.0.255 Advertises the network in EIGRP R2(config-router)#network 192.168.2.0 0.0.0.255 Advertises the network in EIGRP
Shows the network topology for the configuration that follows, which shows how to configure EIGRP over MPLS where the MPLS PE devices are taking part in the EIGRP process.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.