What is distribute list in EIGRP?

HULL(config-router)#distribute-list 30 out eigrp 10. Creates an outbound distribute list to filter routes being redistributed from EIGRP into OSPF. NOTE: The implicit “deny any” state-ment at the end of the access list pre-vents routing updates about any other network from being advertised.

How do you use a distribute list?

How to use a Distribute-List to Filter out Routing Updates in the Cisco IOS

  1. Step 1 – Define what routes you want to filter.
  2. Step 2 – Create an ACL to filter out that traffic.
  3. Step 3 – Create a Distribute-List that references the ACL and defines the direction.
  4. Step 4 – Verify that the route has been removed.

How do I filter EIGRP routes?

Filtering in EIGRP is configured using the distribute-list router subcommand, which can reference either a prefix list, an ACL or a route map to determine whether or not routes should be filtered, and in which direction and (optionally) on which interface.

What is distribute list in OSPF?

The distribute-list command is used to filter routes from being installed in the routing table or redistributed into another routing protocol, it does not filter LSAs. Using the distribute-list command in the inbound direction is used to filter routes to be installed in the routing table.

What is leak map in EIGRP?

The leak-map just allows you to advertise a specific prefix within the range of a summary advertisement, as well as the summary itself. We can see in the diagram below that we are advertising the 10.0. 0.0/13 network out to R5 & R6, however, we are also advertising the 10.1.

What is BGP distribute list?

The distribute list performs route filtering based on IP network addresses and netmasks of routes being advertised. The distribute list refers to an ACL to match networks and netmasks. In fact, the use of distribute list for a particular BGP neighbor can be in any of particular direction i.e. either in or out.

What is a stub in EIGRP?

Stub routers in EIGRP, are nodes that are designed to be only directly connected to networks and are not designed to be in transit for the data plane. Meaning, EIGRP stub routers are designed for very small branch office routers or for edges of the network.