AI, ML, Development + Cisco Learning Blog Learning about Machine Learning, Artificial Intelligence, related devlopment topics and formerly Routing and Switching, Datacenter, Security and other topics, CCIE #23664, Frank Wagner

13. Juli 2006

simple layer 3 next hop forwarding

Filed under: IGP Routing — ocsic @ 13:19

to forward a certain destination address over another
next hop use the following:

access-list 101 permit ip any host 192.168.1.2

route-map layer3 permit 10
match ip address 101
set ip next-hop 192.168.1.3

and in global config mode you need:

ip local policy  route-map NAME
This forwards a packet to next hop 1.3 if someone tries
to reach 1.2

Keine Kommentare »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress