it's kinda cheesy, word is that by next summer there is a plan to incorporate actual working symbols into the gns3 topology... but for now, it can be represented as below...
R1#ping 10.1.10.112
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.10.112, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/11/16 ms
R1#telnet 10.1.10.112
Trying 10.1.10.112 ... Open
User Access Verification
Password:
als2#
that's the gns3 r1 pinging and telneting to als2 on the switched network...
and the route table of r1...
R1#sh ip route
Gateway of last resort is not set
1.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O 1.0.0.1/32 [110/4] via 192.168.1.2, 00:40:52, FastEthernet0/0
C 1.1.1.0/24 is directly connected, Loopback0
L 1.1.1.1/32 is directly connected, Loopback0
2.0.0.0/32 is subnetted, 2 subnets
O 2.0.0.2 [110/4] via 192.168.1.2, 00:40:52, FastEthernet0/0
O 2.2.2.2 [110/2] via 192.168.1.2, 18:44:02, FastEthernet0/0
3.0.0.0/32 is subnetted, 2 subnets
O 3.0.0.3 [110/4] via 192.168.1.2, 00:40:52, FastEthernet0/0
O 3.3.3.3 [110/3] via 192.168.1.2, 18:44:02, FastEthernet0/0
4.0.0.0/24 is subnetted, 1 subnets
O 4.0.0.0 [110/4] via 192.168.1.2, 00:40:52, FastEthernet0/0
10.0.0.0/24 is subnetted, 1 subnets
O 10.1.10.0 [110/3] via 192.168.1.2, 00:40:52, FastEthernet0/0
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.1.0/24 is directly connected, FastEthernet0/0
L 192.168.1.1/32 is directly connected, FastEthernet0/0
O 200.1.1.0/24 [110/2] via 192.168.1.2, 18:44:02, FastEthernet0/0
the red highlighted networks are from the switches... it's very exciting...
No comments:
Post a Comment