arcolino wrote: » I have a data lan on a 192.168.x.x network and a voice lan on a 172.20.x.x I would like to be on my data network and communicate with my voice network interface. I researched and came up with a default route? if so do I put a static route on both data and voice routers or just the data router? or do I need another command to make this work. Also I will not bog down my network when this happens? my friend mentioned setting a qos command? all help appreciated!
R3#ping 192.168.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 64/96/132 ms R3#ping 172.20.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.20.1.1, timeout is 2 seconds: U.U.U Success rate is 0 percent (0/5) R3#
Data(config)#ip route 172.20.1.0 255.255.255.0 fa0/0 Data(config)#
Voice(config)#ip route 192.168.1.0 255.255.255.0 fa0/0 Voice(config)#
R3#ping 172.20.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.20.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 64/135/220 ms R3#
Data#sho ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 172.20.0.0/24 is subnetted, 1 subnets S 172.20.1.0 is directly connected, FastEthernet0/0 C 192.168.1.0/24 is directly connected, FastEthernet0/0 Data#
Voice#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 172.20.0.0/24 is subnetted, 1 subnets C 172.20.1.0 is directly connected, FastEthernet0/0 S 192.168.1.0/24 is directly connected, FastEthernet0/0 Voice#