Configuring Cisco 3800 ISR Router with two default gateways for different subnets
- by c0ldhand
I am trying to configure two physical interfaces on a Cisco router to act as two separate gateways for two different subnets:
gigabitEthernet0/0 gw 10.10.10.10 255.255.0.0 for network 10.10.0.0
gigabitEthernet0/1 gw 10.15.10.10 255.255.0.0 for network 10.15.0.0
Should I be using rip version 2 routing or can I just use static routing to do this?. If you can provide an example for doing this, I would be very appreciative.