cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Adtran Netvanta 4305 with 8 - (OCTEL) T1 card and two ethernet port, only 1 default static route

Jump to solution


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..

0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: Adtran Netvanta 4305 with 8 - (OCTEL) T1 card and two ethernet port, only 1 default static route

Jump to solution


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.

View solution in original post

0 Kudos
3 Replies
Anonymous
Not applicable

Re: Adtran Netvanta 4305 with 8 - (OCTEL) T1 card and two ethernet port, only 1 default static route

Jump to solution

:

Thank you for asking this question in the support community.  It also appears you opened a ticket with ADTRAN Technical Support with this question.  When you are finished working with Technical Support, will you please reply to this post with the outcome?

Levi

Anonymous
Not applicable

Re: Adtran Netvanta 4305 with 8 - (OCTEL) T1 card and two ethernet port, only 1 default static route

Jump to solution

:

I marked this post as "assumed answered," but please reply with the outcome of this post when you get a chance.

Levi

Anonymous
Not applicable

Re: Adtran Netvanta 4305 with 8 - (OCTEL) T1 card and two ethernet port, only 1 default static route

Jump to solution


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.

0 Kudos