eigrp configuration

12
EIGRP Configuration

Upload: netprotocol-xpert

Post on 07-Jan-2017

370 views

Category:

Engineering


0 download

TRANSCRIPT

Page 1: EIGRP Configuration

EIGRP Configuration

Page 2: EIGRP Configuration

Configuring EIGRP 1

• EIGRP configuration closely resembles RIP configuration. Only two steps are required:•    enabling EIGRP by using the router eigrp

ASN_NUMBER command•    telling EIGRP which networks to advertise by using one or

more network statements • The first command, router eigrp ASN_NUMBER, enables EIGRP

on a router. ASN_NUMBERrepresents an autonomous system number and has to be the same on all routers running EIGRP, otherwise routers won't become neighbors. The second command, network SUBNET, enables EIGRP on selected interfaces and specifies which networks will be advertised. By default, the network command takes a classful network number as the parameter.

Page 3: EIGRP Configuration

To illustrate a configuration of EIGRP, we will use the following figure:

The network depicted above consists of only two routers. Each router has a directly connected subnet that needs to be advertised through EIGRP.

Page 4: EIGRP Configuration

• The following figure show the EIGRP configuration on R1 and R2:

Page 5: EIGRP Configuration

• You can verify that routers have become neighbors by using the show ip eigrp neighbors command on either router:

• The command above lists all EIGRP neighbors. The address field lists the neighboring router RID (router ID). The interface field shows on which local interface the neighbor relationship has been formed.

Page 6: EIGRP Configuration

• You can verify that routes are indeed being exchanged by using the show ip route command on both routers:

Page 7: EIGRP Configuration

• NOTE - the "D" character at the beginning of a line in a routing table indicates that the route has been learned via EIGRP.

Page 8: EIGRP Configuration

Configuring EIGRP 2

• By default, the network command uses a classful network as the parameter.

• All interfaces inside that classful network will participate in an EIGRP process.

• To enable EIGRP only on specific interfaces, a wildcard mask can be used.

• The syntax of the command is:(router-eigrp) network WILDCARD_MASK

Page 9: EIGRP Configuration

Consider the following example.

• Router R1 has two directly connected subnets, 10.0.0.0/24 and 10.0.1.0/24. We want to enable EIGRP only on the subnet connected to the interface Fa0/0. If we enter the network 10.0.0.0 command under the EIGRP configuration mode, both subnets will be included in EIGRP process because we've used a classful network number in the network command.

Page 10: EIGRP Configuration

• To configure EIGRP only on interface Fa0/0, the network 10.0.0.0 0.0.0.255 command can be used. This will enable EIGRP only on interfaces starting with  10.0.0.X.

Page 11: EIGRP Configuration

By using the command show ip protocols, you can verify that only network 10.0.0.0/24 is included in  EIGRP:

Page 12: EIGRP Configuration

https://www.facebook.com/NetProtocol-Xpert-1459759190925583

https://in.linkedin.com/in/netprotocolxpert

https://plus.google.com/u/0/collection/AYQ-EB

https://branded.me/netprotocolxpert

https://twitter.com/NPX_cisco

Follow Us @