Hi,
I have an Adtran Netvanta 4305 with an 8 octel T1 card and two Ethernet port. I have two adtran router behind it.
2 - T1 is active. When the main default route t1 goes down, everything is down. |
How can I configure the 4305 to route everything on eth 0/1 to go out the frame relay 1.500 or 1st T1.
How can I configure the 4305 to route everything on eth 0/2 to go out the frame relay 2.500 or 2nd T1.
ip route 0.0.0.0 0.0.0.0 fr 2.500
ip route 55.55.55.55 255.255.255.252 fr 2.500
ip route 66.66.66.66 255.255.255.252 fr 1.500
Here is the route in place. As you can see everything else is going out fr 2.500 or fr 1.500
T1 -----frame relay 1.500-----55.55.55.55 (ip address) --- eth 0/1 ----54.54.54.54 (ip address) ---------- usable ip on router 55.54.54.54
T1 (2) - frame relay 2.500 ------- 66.66.66.66 ----------------eth 0/2 -------- 64.64.64.64 (ip address)--------usable ip on router 66.64.64.64
here is just an example..
Here is how Tech Support show me how to program.
ip access-list extended BACKUP
permit ip any any
ip access-list extended MAIN
permit ip any any
On the route map statement, instead of using the set default interface command, I had to use the set ip next hop X.X.X.X and make that ip address of the next hop that's connected to the Ethernet ports.
Here is how Tech Support show me how to program.
ip access-list extended BACKUP
permit ip any any
ip access-list extended MAIN
permit ip any any
On the route map statement, instead of using the set default interface command, I had to use the set ip next hop X.X.X.X and make that ip address of the next hop that's connected to the Ethernet ports.