{"id":816,"date":"2021-08-20T03:10:16","date_gmt":"2021-08-20T03:10:16","guid":{"rendered":"http:\/\/feralpacket.org\/?p=816"},"modified":"2021-08-20T03:10:16","modified_gmt":"2021-08-20T03:10:16","slug":"eigrp-filtering-named-mode-route-maps-access-lists-prefix-lists","status":"publish","type":"post","link":"https:\/\/feralpacket.org\/?p=816","title":{"rendered":"EIGRP Filtering &#8211; Named Mode &#8211; Route-maps \/ Access-lists \/ Prefix-lists"},"content":{"rendered":"<p><span style=\"font-size: 18px; font-weight: bold;\">EIGRP&nbsp;<\/span><span style=\"font-size: 18px; font-weight: bold;\">Filtering &#8211; Named Mode &#8211; Route-maps \/ Access-lists \/ Prefix-lists<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Metric Maximum-hops<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Discards routes over a certain hop count<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Default hop count is 100<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Configuring will cause neighbor relationships to bounce<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;metric maximum-hops 1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit any to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)#&nbsp;<span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 deny 1.1.1.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router ei AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;&nbsp;topology base<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;&nbsp;&nbsp;distrib 1 in f0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp; &nbsp;&nbsp;\u2014 or&nbsp;\u2014&nbsp;<\/span><\/p>\n<p>R3(config)#&nbsp;<span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 deny 1.1.1.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; &nbsp;distrib 1 out f0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list<\/span> <span style=\"font-weight: bold;\">&#8211; Default deny&nbsp;<\/span><span style=\"font-weight: bold;\">&#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s) that are not permitted<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; Permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Default deny match all other networks<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)#&nbsp;<span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.1.1 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 1 in fa0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Filter Every Other Network&nbsp;<\/span><span style=\"font-weight: bold;\">&#8211; Standard ACL<\/span><\/p>\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&gt; Filter networks<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit any to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>! Deny even routes<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 deny 1.1.0.0 0.0.254.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;access-list 1 permit any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 1 in fa0\/1<\/span><\/p>\n<p>! Deny odd routes<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 deny 1.1.1.0 0.0.254.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;access-list 1 permit any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 1 out fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Filter Every Other Network &#8211; Default Deny<\/span> <span style=\"font-weight: bold;\">&#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s) that are not permitted<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Default deny match all other networks<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>! Permit even routes<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.0.0 0.0.254.255<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 1 in fa0\/1<\/span><\/p>\n<p>! Permit odd routes<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.1.0 0.0.254.255<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 1 out fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Filter Every Other Network &#8211; Allow All Other Networks<\/span> <span style=\"font-weight: bold;\">&#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s) that are not permitted<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit any to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.0.0 0.0.254.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;access-list 1 deny 1.1.0.0 0.0.255.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;access-list 1 permit any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 1 in fa0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&#8211; Distribute-list &#8211; Extended ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; First IP address (source address) is the route source<\/p>\n<p>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; -&gt; Who did we learn the route from?<\/p>\n<p>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; -&gt; Not who first advertised the route.<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Second IP address (destination address) is the network(s) to filter<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit any to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)#<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">access-list 100 deny ip any host 1.1.1.0<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">access-list 100 permit ip any any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; distribute-list 100 in f0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp; &nbsp;&nbsp;\u2014 or&nbsp;\u2014&nbsp;<\/span><\/p>\n<p>R3(config)#<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">access-list 100 deny ip any 1.1.1.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">access-list 100 permit ip any any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 100 out f0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&#8211; Distribute-list &#8211; Filter From Specific Route Source &#8211; Extended ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; First IP address (source address) is the route source<\/p>\n<p>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; -&gt; Who did we learn the route from?<\/p>\n<p>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; -&gt; Not who first advertised the route.<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Second IP address (destination address) is the network(s) to filter<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In only<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 deny ip host 23.1.1.2 host 2.2.2.0&nbsp;<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 permit ip any any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 100 in f0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp; &nbsp;&nbsp;\u2014 or&nbsp;\u2014&nbsp;<\/span><\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 deny ip host 23.1.1.2 2.2.2.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 permit ip any any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 100 in f0\/1<\/span><\/p>\n<p>&nbsp; &nbsp; -&gt; Output of: <span style=\"font-weight: bold;\">debug eigrp fsm<\/span><\/p>\n<p>&nbsp; &nbsp; -&gt; *Oct&nbsp;&nbsp;1 22:33:26.525: DUAL: AS(100) Removing dest 1.1.1.0\/24, nexthop 23.1.1.2<\/p>\n<p>&nbsp; &nbsp; -&gt; *Oct&nbsp;&nbsp;1 22:33:26.526: DUAL: AS(100) Removing dest 1.1.1.0\/24, nexthop 34.1.1.4<\/p>\n<p>&nbsp; &nbsp; -&gt; *Oct&nbsp;&nbsp;1 22:33:26.526: DUAL: AS(100) No routes.&nbsp;&nbsp;Flushing dest 1.1.1.0\/24<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 deny ip host 23.1.1.2 host 2.2.2.0&nbsp;<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 permit ip any any<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list 100 out f0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Route-map &#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; ACL permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map permit to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.1.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER deny 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match ip add 1<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map FILTER in fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Use Existing Route-map &#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Add continue option to existing route-map to continue evaluating<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit any to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R1(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 2 2.2.2.0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map EXISTING deny 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;continue 20<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map EXISTING deny 20<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match ip add 2<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map EXISTING permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map EXISTING in fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Route-map &#8211; Extended ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; ACL permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map permit to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 permit ip host 1.1.1.0 host 255.255.255.0<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER deny 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match ip add 100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map FILTER out fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Filter Specific Networks and Subnet Masks &#8211; Route-map &#8211; Extended ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;-&gt; Filter 1.1.0.0\/16 subnets with a subnet mask of \/24<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; ACL permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map permit to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R1(config)#int lo2<\/p>\n<p>R1(config-if)#ip add 1.1.3.1 255.255.255.0<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 100 permit ip 1.1.0.0 0.0.255.255 host 255.255.255.0<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER deny 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match ip add 100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map FILTER in fa0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Match Metric &#8211; Route-map<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Match a range of composite metrics<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map deny&nbsp;<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Match metric<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map permit to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R1(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map METRIC-DENY deny 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match metric 2141056 +- 25600<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map METRIC-DENY permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map METRIC-DENY in fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Set Tag &#8211; Route-map<\/span><\/p>\n<p>&nbsp; &nbsp; -&gt; Set a route tag<\/p>\n<p>&nbsp; &nbsp; -&gt; Route-map permit<\/p>\n<p>&nbsp; &nbsp; -&gt; Set tag<\/p>\n<p>&nbsp; &nbsp; -&gt; In or out<\/p>\n<p>&nbsp; &nbsp; -&gt; (Optional) &nbsp;Interface<\/p>\n<p>R1(config)#&nbsp;<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">route-map TAG permit 10<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;set tag 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map TAG out fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Redistribute &#8211; Set Tag &#8211; Route-map<\/span><\/p>\n<p>&nbsp; &nbsp; -&gt; Set a route tag<\/p>\n<p>&nbsp; &nbsp; -&gt; Route-map permit<\/p>\n<p>&nbsp; &nbsp; -&gt; Set tag<\/p>\n<p>R1(config)# <span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">route-map TAG permit 10<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">set tag 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; no network 1.1.1.1 0.0.0.0<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; &nbsp;redistribute connected route-map TAG<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Match Tag &#8211; Route-map<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Match a route tag<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map deny&nbsp;<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Match tag<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map permit to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R2(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map TAG-DENY deny 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match tag 90<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map TAG-DENY permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map TAG-DENY in fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;<\/span><\/p>\n<p><span style=\"font-weight: bold; text-decoration: line-through;\">&nbsp;&#8211; Distribute-list &#8211; Match Source-protocol &#8211; Route-map<\/span><\/p>\n<p><span style=\"text-decoration: line-through;\">&nbsp; &nbsp; &nbsp;-&gt; Match a source protocol<\/span><\/p>\n<p><span style=\"text-decoration: line-through;\">&nbsp; &nbsp; &nbsp;-&gt; Route-map deny<\/span><\/p>\n<p><span style=\"text-decoration: line-through;\">&nbsp; &nbsp; &nbsp;-&gt; match protocol<\/span><\/p>\n<p><span style=\"text-decoration: line-through;\">&nbsp; &nbsp; &nbsp;-&gt; Route-map permit to allow the rest<\/span><\/p>\n<p><span style=\"text-decoration: line-through;\">&nbsp; &nbsp; &nbsp;-&gt; In or out<\/span><\/p>\n<p><span style=\"text-decoration: line-through;\">&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/span><\/p>\n<p><span style=\"text-decoration: line-through;\">R1(config)# <\/span><span style=\"background-color: rgb(255, 250, 165); text-decoration: line-through;-evernote-highlight:true;\">route-map FILTER deny 10<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165); text-decoration: line-through;-evernote-highlight:true;\">&nbsp;match source-protocol eigrp 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165); text-decoration: line-through;-evernote-highlight:true;\">route-map FILTER permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165); text-decoration: line-through;-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165); text-decoration: line-through;-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165); text-decoration: line-through;-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165); text-decoration: line-through;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map FILTER in fa0\/0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&#8211; Distribute-list &#8211; Prefix-list<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; permit 0.0.0.0\/0 le 32 to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">ip prefix-list NET_1.1.1.0 deny 1.1.1.0\/24<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;ip prefix-list NET_1.1.1.0 permit 0.0.0.0\/0 le 32<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">router eigrp 100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;distribute-list prefix NET_1.1.1.0 out fa0\/0<\/span><\/p>\n<p>&nbsp; &nbsp; -&gt; Output of: <span style=\"font-weight: bold;\">debug ip eigrp<\/span><\/p>\n<p>&nbsp; &nbsp;&nbsp;-&gt; &nbsp;*Sep 30 21:24:30.755: EIGRP-IPv4(100): table(default): 1.1.1.0\/24 &#8211; denied by distribute list<\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Filter Default Route &#8211; Prefix-list<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s) that are not permitted<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; Permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Default deny match all other networks<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp;&nbsp; -&gt; (Optional) &nbsp;Interface<\/p>\n<p>R1(config)#access-list 1 permit 1.1.0.0 0.0.255.255<\/p>\n<p>R1(config)#route-map LEAK_1.1.0.0 permit 10<\/p>\n<p>R1(config-route-map)#match ip add 1<\/p>\n<p>R1(config-route-map)#int f0\/0<\/p>\n<p>R1(config-if)#ip summary-address eigrp 100 0.0.0.0 0.0.0.0 leak-map LEAK_1.1.0.0<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">ip prefix-list DENY_DEFAULT deny 0.0.0.0\/0<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;ip prefix-list DENY_DEFAULT permit 0.0.0.0\/0 le 32<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list prefix DENY_DEFAULT in fa0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Filter from Specific Source &#8211; Prefix-list<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; prefix-list 1<\/p>\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; deny match to filter<\/p>\n<p>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;-&gt; permit match to allow<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; (Optional) &nbsp;permit 0.0.0.0\/0 le 32 to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter source<\/p>\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; prefix-list 2<\/p>\n<p>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;-&gt; permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">ip prefix-list NET_1.1.1.0 deny 1.1.1.0\/24<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;ip prefix-list NET_1.1.1.0 permit 0.0.0.0\/0 le 32<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;ip prefix-list GW_23.1.1.2 permit 23.1.1.2\/32<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list prefix NET_1.1.1.0 gateway GW_23.1.1.2 in fa0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Distribute-list &#8211; Route-map &#8211; Prefix-list<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Filter network(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Prefix-list permit match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map deny match<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Route-map permit to allow the rest<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; In or out<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; (Optional) &nbsp;Interface<\/p>\n<p>R3(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">ip prefix-list NET_1.1.1.0 permit 1.1.1.0\/24<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER deny 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match ip add prefix NET_1.1.1.0<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map FILTER permit 90<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distribute-list route-map FILTER in fa0\/1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Manipulate Administrative Distance &#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Change AD<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; Increase the AD to make the route less desirable<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; Decrease the AD to make the route more desirable<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Locally significant<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; IP address is the route source<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; 0.0.0.0 255.255.255.255 -&gt; any route source<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit match<\/p>\n<p>R2(config)#&nbsp;<span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.1.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distance 91 0.0.0.0 255.255.255.255 1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Manipulate Administrative Distance &#8211; Prefer One Route Source Over Another &#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Change AD<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; Increase the AD to make the route less desirable<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; Decrease the AD to make the route more desirable<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Locally significant&nbsp;<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; IP address is the route source<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit match<\/p>\n<p>R2(config)#&nbsp;<span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.1.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distance 91 12.1.1.1 0.0.0.0 1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Manipulate Administrative Distance &#8211; Filter Network &#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Change AD to make network unreachable<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; IP address is the route source<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; 0.0.0.0 255.255.255.255 -&gt; any route source<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt;Permit match<\/p>\n<p>R2(config)#&nbsp;<span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.1.0 0.0.0.255<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distance 255 0.0.0.0 255.255.255.255 1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Manipulate Administrative Distance &#8211; Filter External Networks &#8211; No ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Change AD to make external networks unreachable<\/p>\n<p>R1(config)#&nbsp;<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; topology base<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;distance eigrp 90 255<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Summary-address &#8211; Leak-map &#8211; Standard ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Create summary-address<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Leak additional route(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Permit match<\/p>\n<p>R1(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">access-list 1 permit 1.1.1.0 0.0.255.255<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map LEAK_1.1.0.0 permit 10<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp;match ip add 1<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; af-interface f0\/0<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;summary-address eigrp 100 1.1.0.0 255.255.0.0 leak-map LEAK_1.1.0.0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Summary-address &#8211; Leak-map &#8211; Advertise All Specific Routes &#8211; No ACL<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Create a summary-address<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Leak additional all more specific route(s)<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; No ACL is configured<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -&gt; If the route-map is does not reference an ACL or a referenced ACL does not exist, all of the specific routes are advertised<\/p>\n<p>R1(config)# <span style=\"background-color: #fffaa5;-evernote-highlight:true;\">route-map LEAK_1.1.0.0 permit 10<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; af-interface f0\/0<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; &nbsp;summary-address eigrp 100 100 1.1.0.0 255.255.0.0 leak-map LEAK_1.1.0.0<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Duplicate Router-IDs<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Routes originated by the routers will be discarded by the other router<\/p>\n<p>R1(config)#&nbsp;<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; eigrp router-id 1.1.1.1<\/span><\/p>\n<p>R2(config)#&nbsp;<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; eigrp router-id 1.1.1.1<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Stub Routing &#8211; Receive Only<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Receive routes only<\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Do not advertise any route(s)<\/p>\n<p>R1(config)#&nbsp;<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: #fffaa5;-evernote-highlight:true;\">&nbsp; eigrp stub receive-only<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Passive Interface<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; Suppress routing updates on an interface<\/p>\n<p>R1(config)#&nbsp;<span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">router eigrp AS100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp;add ipv4 auto 100<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; af-interface f0\/0<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">&nbsp; &nbsp;passive-interface<\/span><\/p>\n<p><span style=\"font-weight: bold;\">&nbsp;&#8211; Lab Network<\/span><\/p>\n<p>&nbsp; &nbsp; &nbsp;-&gt; <span style=\"font-weight: bold;\">R1<\/span> (f0\/0) &#8212;- (f0\/0) <span style=\"font-weight: bold;\">R2<\/span> (f0\/1) &#8212;- (f0\/1) <span style=\"font-weight: bold;\">R3<\/span> (f0\/0) &#8212;- (f0\/1) <span style=\"font-weight: bold;\">R4<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! R1<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nconf t<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int f0\/0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 12.1.1.1 255.255.255.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nint lo1<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 1.1.2.1 255.255.255.255<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nint lo2<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 1.1.3.1 255.255.255.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nint lo3<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 1.1.4.1 255.255.255.255<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">router ei AS100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">&nbsp;address-family ipv4 auto 100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 12.1.1.1 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 1.1.1.1 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 1.1.2.1 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 1.1.3.1 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 1.1.4.1 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nend<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! R2<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nconf t<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int f0\/0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 12.1.1.2 255.255.255.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int f0\/1<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 23.1.1.2 255.255.255.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int lo0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 2.2.2.2 255.255.255.255<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">router ei AS100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">&nbsp;address-family ipv4 auto 100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 12.1.1.2 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 23.1.1.2 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 2.2.2.2 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nend<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! R3<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nconf t<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int f0\/0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 34.1.1.3 255.255.255.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int f0\/1<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 23.1.1.3 255.255.255.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int lo0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 3.3.3.3 255.255.255.255<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">router ei AS100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">&nbsp;address-family ipv4 auto 100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 23.1.1.3 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 34.1.1.3 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 3.3.3.3 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nend<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! R4<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\nconf t<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\"><br \/>\n!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int f0\/1<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 34.1.1.4 255.255.255.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">int lo0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;ip add 4.4.4.4 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">router ei AS100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica;\">&nbsp;address-family ipv4 auto 100<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 34.1.1.4 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp; netw 4.4.4.4 0.0.0.0<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-variant-caps: normal; line-height: normal;\">&nbsp;end<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>EIGRP\u00a0Filtering &#8211; Named Mode &#8211; Route-maps \/ Access-lists \/ Prefix-lists<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[49,31],"class_list":["post-816","post","type-post","status-publish","format-standard","hentry","category-ccie","tag-eigrp","tag-published"],"_links":{"self":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/816","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=816"}],"version-history":[{"count":1,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/816\/revisions"}],"predecessor-version":[{"id":978,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/816\/revisions\/978"}],"wp:attachment":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=816"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=816"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}