Compare cert salaries and plan your next career move
ip prefix-list DEFAULT_ONLY seq 5 permit 0.0.0.0/0 ! route-map DEFAULT_ONLY permit 10 match ip address prefix-list DEFAULT_ONLY ! router eigrp 1 redistribute static route-map DEFAULT_ONLY
burbankmarc wrote: » just do a passive-interface default then no passive the interfaces you want. Then you don't have to worry about all interfaces participating in EIGRP.
DevilWAH wrote: » networker you solution is what i had in mind. just curious if theres a neater way to achive it (ie built in by cisco)
ip route x.x.x.x y.y.y.y outgoing interface next-hop
networker050184 wrote: » You shouldn't have a static route pointing to just an exit interface on a multiaccess segment like ethernet. When you do that your router is going ot have to ARP for every destination. This will fill your ARP table with lots of crap and can cause resource exhaustion. It also relies on proxy ARP in that situation since you aren't actually going to be able to get an ARP reply from every destination on that single segment. My suggestion is to use the below format for static routes.ip route x.x.x.x y.y.y.y outgoing interface next-hop This will cut down your ARP issue and also prevent the router from learning the next hop over an invalid interface.
DevilWAH wrote: » on a layer 3 switch you dont have that option. It is simply ip route 0.0.0.0 0.0.0.0 fastethernet 0/1 This interfaced has to use arp proxy any way at the moment. The third part who control the other end wont configrue it nicely
Compare salaries for top cybersecurity certifications. Free download for TechExams community.