COMP3070 Assignment -3 Student Name/ID Abbey 1- Connect two PCs to two Cisco routers as the diagram below: PC 1 192.168.3.10/24 GW 192.168.3.1 DNS 4.2.2.2 PC 2 192.168.2.10/24 GW 192.168.2.1 DNS 4.2.2.2 Serial link speed 64Kbps FA 0/0 or E0 192.168.3.1 FA 0/0 or E0 192.168.2.1 172.26.1.1/30 Sx/x DTE R1 (Client Ruter) DCE Sx/x FA 0/1 or FA 1 DHCP IP 172.26.1.2/30 R2 (Internet GW) 2- Erase Router 1/2 config CLI Commands: Write erase reload 3- Configure Router 1 as below Serial interface with IP address of 172.26.1.1/30 Fast-Ethernet with IP address 192.168.1.1/24 1 Static route for 192.168.2.0 as below ip route 192.168.2.0 255.255.255.0 172.26.1.2 4- Configure Router 2 as below Serial interface with IP address of 172.26.1.2/30 Fast-Ethernet with IP address 192.168.2.1/24 Static route for 192.168.1.0 as below ip route 192.168.1.0 255.255.255.0 172.26.1.1 5- Make sure the Serial ports are up on both routers and you can ping between the PC’s PC1 TO R1 2 PC 1 TO PC 2 6- Copy and paste ping results, Show interface serial and show Controller, serial counters and show ip route on both routers R1 TO R2 R1#sh int s1/3 Serial1/3 is up, line protocol is up Hardware is CD2430 in sync mode Internet address is 172.26.1.1/30 MTU 1500 bytes, BW 128 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set Keepalive set (10 sec) Last input 00:00:03, output 00:00:05, output hang 00:27:05 Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/32 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 96 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 404 packets input, 36043 bytes, 0 no buffer Received 193 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 423 packets output, 34750 bytes, 0 underruns 0 output errors, 0 collisions, 12 interface resets 3 0 output buffer failures, 0 output buffers swapped out 9 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up R1# SH SERIAL INT S1/3 R1#sh controller s1/3 CD2430 Slot 1, Port 3, Controller 0, Channel 3, Revision 19 Channel mode is synchronous serial idb 0x853A08CC, buffer size 1524, V.35 DTE cable Global registers rpilr 0x2, rir 0x3, risr 0x0, rfoc 0x0, rdr 0x8 tpilr 0x1, tir 0x3, tisr 0x60, tftc 0x0, tdr 0x2 mpilr 0x3, mir 0x3, misr 0xE0 bercnt 0xFF, stk 0x0 Per-channel registers for channel 3 Option registers 0x02 0x00 0x42 0xE7 0xE0 0x00 0x00 Command and status registers cmr 0xC0, ccr 0x00, csr 0xCC, msvr-rts 0xF1, msvr-dtr 0xF1 Clock option registers rcor 0x06, rbpr 0x01, tcor 0xC8, tbpr 0x01 Interrupt registers ier 0x89, livr 0x0C, licr 0x0C DMA buffer status 0x08 DMA receive registers arbaddr 0x75CECA4, arbcnt 1548, arbsts 0x1 brbaddr 0x75CF9A4, brbcnt 1548, brbsts 0x1 rcbaddr 0x75CF350 DMA transmit registers atbaddr 0x753660A, atbcnt 80, atbsts 0x62 btbaddr 0x753388A, btbcnt 48, btbsts 0x62 tcbaddr 0x753665A Special character registers schr1 0x00, schr2 0x00, schr3 0x00, schr4 0x00 scrl 0x0, scrh 0x0, lnxt 0xF1 Driver context information Context structure 0x853A2BE8, Register table 0x40800400 Serial Interface Control 5:1 Register (0x4080080E) is 0x0 Adaptor Flags 0x0 Serial Modem Control Register (0x40800810) is 0x18 Receive static buffer 0x853026A8 Receive particle buffers 0x853A32C0, 0x853A3280 Transmit DMA buffers 0x0, 0x0, 0x0, 0x0 Transmit packet with particles 0x0, first word is 0x0 Interrupt rates (per second) transmit 0, receive 0, modem 0 True fast-switched packets 215 4 Semi fast-switched packets 4 Transmitter hang count 6 Residual indication count 0 Bus error count 0 Aborted short frames count 0 CRC short frames count 0 Tx DMA low threshold count 0 Error counters CTS deassertion failures 0 Nested interrupt errors transmit 0, receive 0, modem 0 R1# R1 SH CONTROLLER S1/3 7- 5