Here's my situation, i am way over my head, but this is relatively simple i imagine.
Cisco 7200 router (IOS 12.0)
Two cards: Dual DS3 card, Dual Ethernet card
I have one T3 from AT&T coming into serial1/0
which is working ok for years.
We are switching to a new Qwest T3, which is now coming into the serial1/1 port
I am trying to route the serial1/0 traffic to ethernet2/0
and the new serial1/1 traffic to ethernet2/1 port.
So i am not looking for load balancing or anything, i just want both networks independently running so i can start moving servers over from the old IP addresses to the new ones on the new network.
I will not be using any NAT etc, i am doing everything i need on the firewall behind the router. I simply want IP traffic passed to either network adapter as appropriate.
currently config is such:
interface serial1/0
ip address x.x.15.86 255.255.255.252
no ip redirects
no ip unreachables
no ip directed-broadcasting
no ip proxy-arp
encapsulation ppp
dsu bandwidth 44210
framing c-bit
cablelength 10
interface serial1/1
ip address y.y.248.202 255.255.255.252
no ip redirects
no ip unreachables
no ip directed-broadcasting
no ip proxy-arp
encapsulation ppp
dsu bandwidth 44210
framing c-bit
cablelength 10
inteface FastEthernet2/0
ip address x.x.48.1 255.255.255.252
no ip directed-broadcast
full-duplex
inteface FastEthernet2/1
ip address y.y.198.1 255.255.255.252
no ip directed-broadcast
full-duplex
ip classless
ip route 0.0.0.0 0.0.0.0 serial1/0
anyhelp would be appreciated.
Cisco 7200 router (IOS 12.0)
Two cards: Dual DS3 card, Dual Ethernet card
I have one T3 from AT&T coming into serial1/0
which is working ok for years.
We are switching to a new Qwest T3, which is now coming into the serial1/1 port
I am trying to route the serial1/0 traffic to ethernet2/0
and the new serial1/1 traffic to ethernet2/1 port.
So i am not looking for load balancing or anything, i just want both networks independently running so i can start moving servers over from the old IP addresses to the new ones on the new network.
I will not be using any NAT etc, i am doing everything i need on the firewall behind the router. I simply want IP traffic passed to either network adapter as appropriate.
currently config is such:
interface serial1/0
ip address x.x.15.86 255.255.255.252
no ip redirects
no ip unreachables
no ip directed-broadcasting
no ip proxy-arp
encapsulation ppp
dsu bandwidth 44210
framing c-bit
cablelength 10
interface serial1/1
ip address y.y.248.202 255.255.255.252
no ip redirects
no ip unreachables
no ip directed-broadcasting
no ip proxy-arp
encapsulation ppp
dsu bandwidth 44210
framing c-bit
cablelength 10
inteface FastEthernet2/0
ip address x.x.48.1 255.255.255.252
no ip directed-broadcast
full-duplex
inteface FastEthernet2/1
ip address y.y.198.1 255.255.255.252
no ip directed-broadcast
full-duplex
ip classless
ip route 0.0.0.0 0.0.0.0 serial1/0
anyhelp would be appreciated.