2 Verkon looginen kuva

advertisement
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
Sisällysluettelo
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
CCNA3 case study
1 verkon vaatimukset .......................................................................................................................... 2
1 verkon vaatimukset .......................................................................................................................... 2
2 Verkon looginen kuva ...................................................................................................................... 3
3 Lyhyt verkon toiminnan kuvaus ...................................................................................................... 4
4 IP-osoitetaulukko ............................................................................................................................. 4
5 Liitteet .............................................................................................................................................. 4
5.1 show running-config ................................................................................................................ 4
5.1.1 Admin ............................................................................................................................... 4
5.1.2 Gateway ............................................................................................................................ 5
5.1.3 vlan ................................................................................................................................... 6
5.1.4 Switch ............................................................................................................................... 8
5.2 show ip route ............................................................................................................................ 9
5.2.1 Admin ............................................................................................................................... 9
5.2.2 Gateway .......................................................................................................................... 10
5.2.3 Vlan ................................................................................................................................ 10
5.3 show ip protocol ..................................................................................................................... 10
5.3.1 Admin ............................................................................................................................. 10
5.3.2 Gateway .......................................................................................................................... 11
5.3.3 Vlan ................................................................................................................................ 11
5.4 show ip ospf neighbor ............................................................................................................ 11
5.4.1 Admin ............................................................................................................................. 11
5.4.2 Gateway .......................................................................................................................... 12
5.4.3 Vlan ................................................................................................................................ 12
5.5 show vlan brief ....................................................................................................................... 12
5.5.1 Switch ............................................................................................................................. 12
5.6 show spanning-tree ................................................................................................................. 12
5.6.1 Switch ............................................................................................................................. 12
5.7 Ping-nauhoitteet ..................................................................................................................... 14
5.7.1 Admin host ..................................................................................................................... 14
5.7.2 R&D host ........................................................................................................................ 15
5.7.3 Sales host ........................................................................................................................ 16
5.7.4 Server host ...................................................................................................................... 17
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
1
CCNA3 case study
verkon vaatimukset
Verkossa on tietty määrä asiakkaita ja verkko tuli rakentaa niin, että jokaisen aliverkon
asiakasmäärä kaksinkertaistuu, pois lukien Server-verkko. Verkko rakennettiin niin, että R&D,
Sales ja Server -verkot ovat samassa kytkimessä kiinni jaoteltuna eri virtuaalialiverkkoihin ja
Branch officea ei tarvinnut huomioida verkon suunnittelussa.
Alla listattu nykyinen asiaskasmäärä ja asiakasmäärä johon tulee varautua.

18 Research and Development eli max asiakkaat 36

9 Sales and Marketing eli max asiakkaat 18

7 Administration eli max asiakkaat 14

5 Brach office

Max 5 palvelinta omassa aliverkossaan.
2
Verkon looginen kuva
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
Huom.
Osoitteet
CCNA3 case study
200.200.7.*
Mask
255.255.255.*
S0/0
157/252
S0/1
FA0/0
154/252
193/224
Reitittimet(IP/Mask)
Gateway
Admin
Vlan
158/252
FA0/0.2
FA0/0.3
FA0/0.4
1/192
65/224
97/248
FA0/1
153/252
Verkot
Admin
Vlan
R&D
Sales
Server
IP-alue
192-223
Hostit
193-222
Mask
224
0-63
64-95
96-127
1-62
65-94
97-126
192
224
248
ISP:n reitittimen jälkeen tulee Gateway-reitin, josta lähtee yhteydet Admin- ja Vlan-verkkojen
reitittimille. Näiltä reitittimiltä lähtee yhteydet asiakkaiden verkkoihin.
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
3
Huom.
CCNA3 case study
Lyhyt verkon toiminnan kuvaus
Osoitteet
200.200.7.*
Mask
255.255.255.*
S0/0
157/252
S0/1
FA0/0
154/252
193/224
Reitittimet(IP/Mask)
Gateway
Admin
Vlan
158/252
Verkot
Admin
Vlan
R&D
Sales
Server
IP-alue
192-223
Hostit
193-222
Mask
224
0-63
64-95
96-127
1-62
65-94
97-126
192
224
248
4
IP-osoitetaulukko
5
Liitteet
5.1
show running-config
5.1.1
Admin
ADMIN#sh running-config
Building configuration...
Current configuration : 859 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ADMIN
!
memory-size iomem 10
ip subnet-zero
!
call rsvp-sync
!
FA0/0.2
FA0/0.3
FA0/0.4
1/192
65/224
97/248
FA0/1
153/252
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
interface FastEthernet0/0
ip address 200.200.7.193 255.255.255.224
duplex auto
speed auto
!
interface Serial0/0
no ip address
no ip mroute-cache
shutdown
no fair-queue
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet0/1
ip address 200.200.7.153 255.255.255.252
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 200.200.7.152 0.0.0.3 area 0
network 200.200.7.192 0.0.0.31 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.200.7.154
no ip http server
!
dial-peer cor custom
!
line con 0
line aux 0
line vty 0 4
login
!
end
5.1.2
Gateway
GATEWAY#show running-config
Building configuration...
Current configuration : 840 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname GATEWAY
!
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
memory-size iomem 10
ip subnet-zero
!
call rsvp-sync
!
interface Loopback0
ip address 200.200.7.254 255.255.255.255
!
interface FastEthernet0/0
ip address 200.200.7.154 255.255.255.252
duplex auto
speed auto
!
interface Serial0/0
ip address 200.200.7.157 255.255.255.252
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 200.200.7.152 0.0.0.3 area 0
network 200.200.7.156 0.0.0.3 area 0
!
ip classless
ip http server
!
dial-peer cor custom
!
line con 0
line aux 0
line vty 0 4
!
end
5.1.3
vlan
VLAN#show runnning-config
Building configuration...
Current configuration : 1170 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
no service password-encryption
!
hostname VLAN
!
memory-size iomem 10
ip subnet-zero
!
call rsvp-sync
!
controller T1 1/0
framing sf
linecode ami
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.2
encapsulation dot1Q 20
ip address 200.200.7.1 255.255.255.192
!
interface FastEthernet0/0.3
encapsulation dot1Q 30
ip address 200.200.7.65 255.255.255.224
!
interface FastEthernet0/0.4
encapsulation dot1Q 40
ip address 200.200.7.97 255.255.255.248
!
interface Serial0/0
ip address 200.200.7.158 255.255.255.252
no ip mroute-cache
no fair-queue
clockrate 56000
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
interface Serial0/1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 200.200.7.0 0.0.0.63 area 0
network 200.200.7.64 0.0.0.31 area 0
network 200.200.7.96 0.0.0.31 area 0
network 200.200.7.156 0.0.0.3 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 200.200.7.157
no ip http server
!
dial-peer cor custom
!
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
line con 0
line aux 0
line vty 0 4
login
!
end
5.1.4
Switch
Switch#show running-config
Building configuration...
Current configuration : 1274 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
ip subnet-zero
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
interface FastEthernet0/1
switchport mode trunk
!
interface FastEthernet0/2
switchport access vlan 20
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 30
switchport mode access
!
interface FastEthernet0/4
switchport access vlan 40
switchport mode access
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
interface FastEthernet0/10
!
interface FastEthernet0/11
!
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
CCNA3 case study
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip http server
!
line con 0
line vty 0 4
login
line vty 5 15
login
!
end
5.2
show ip route
5.2.1
Admin
ADMIN#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
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 rou
te
o - ODR, P - periodic downloaded static route
Gateway of last resort is 200.200.7.154 to network 0.0.0.0
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
CCNA3 case study
200.200.7.0/24 is variably subnetted, 6 subnets, 4 masks
O
200.200.7.0/26 [110/66] via 200.200.7.154, 00:04:37, FastEthernet0/1
O
200.200.7.64/27 [110/66] via 200.200.7.154, 00:04:37, FastEthernet0/
1
O
200.200.7.96/29 [110/66] via 200.200.7.154, 00:04:37, FastEthernet0/
1
O
200.200.7.156/30 [110/65] via 200.200.7.154, 00:04:37, FastEthernet0
/1
C
200.200.7.152/30 is directly connected, FastEthernet0/1
C
200.200.7.192/27 is directly connected, FastEthernet0/0
S* 0.0.0.0/0 [1/0] via 200.200.7.154
5.2.2
Gateway
GATEWAY#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
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 rou
te
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
O
O
O
C
C
O
0
C
200.200.7.0/24 is variably subnetted, 7 subnets, 5 masks
200.200.7.0/26 [110/65] via 200.200.7.158, 00:20:04, Serial0/0
200.200.7.64/27 [110/65] via 200.200.7.158, 00:20:04, Serial0/0
200.200.7.96/29 [110/65] via 200.200.7.158, 00:20:04, Serial0/0
200.200.7.156/30 is directly connected, Serial0/0
200.200.7.152/30 is directly connected, FastEthernet0/0
200.200.7.192/27 [110/2] via 200.200.7.153, 00:20:04, FastEthernet0/
200.200.7.254/32 is directly connected, Loopback0
5.2.3
Vlan
VLAN#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
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 rou
te
o - ODR, P - periodic downloaded static route
Gateway of last resort is 200.200.7.157 to network 0.0.0.0
C
C
C
C
O
200.200.7.0/24 is variably subnetted, 6 subnets, 4 masks
200.200.7.0/26 is directly connected, FastEthernet0/0.2
200.200.7.64/27 is directly connected, FastEthernet0/0.3
200.200.7.96/29 is directly connected, FastEthernet0/0.4
200.200.7.156/30 is directly connected, Serial0/0
200.200.7.152/30 [110/782] via 200.200.7.157, 00:18:16, Serial0/0
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
CCNA3 case study
O
200.200.7.192/27 [110/783] via 200.200.7.157, 00:18:16, Serial0/0
S* 0.0.0.0/0 [1/0] via 200.200.7.157
5.3
show ip protocol
5.3.1
Admin
ADMIN#show ip protocol
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 200.200.7.193
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
200.200.7.152 0.0.0.3 area 0
200.200.7.192 0.0.0.31 area 0
Routing Information Sources:
Gateway
Distance
Last Update
200.200.7.158
110
00:04:47
200.200.7.157
110
00:04:47
200.200.7.193
110
00:04:47
Distance: (default is 110)
5.3.2
Gateway
GATEWAY#show ip protocol
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 200.200.7.157
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
200.200.7.152 0.0.0.3 area 0
200.200.7.156 0.0.0.3 area 0
Routing Information Sources:
Gateway
Distance
Last Update
200.200.7.158
110
00:20:10
200.200.7.157
110
00:20:10
200.200.7.193
110
00:20:10
Distance: (default is 110)
5.3.3
Vlan
VLAN#show ip protocol
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 200.200.7.158
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
200.200.7.0 0.0.0.63 area 0
200.200.7.64 0.0.0.31 area 0
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
CCNA3 case study
200.200.7.96 0.0.0.31 area 0
200.200.7.156 0.0.0.3 area 0
Routing Information Sources:
Gateway
Distance
Last Update
200.200.7.158
110
00:18:44
200.200.7.193
110
00:18:44
Distance: (default is 110)
5.4
show ip ospf neighbor
5.4.1
Admin
ADMIN#show ip ospf neighbor
Neighbor ID Pri State
Dead Time Address
Interface
200.200.7.157 1 FULL/BDR
00:00:38 200.200.7.154 FastEthernet0/1
5.4.2
Gateway
GATEWAY#show ip ospf neighbor
Neighbor ID Pri State
Dead Time Address
Interface
200.200.7.158 1 FULL/ 00:00:33 200.200.7.158 Serial0/0
200.200.7.193 1 FULL/DR
00:00:30 200.200.7.153 FastEthernet0/0
5.4.3
Vlan
VLAN#show ip ospf neighbor
Neighbor ID Pri State
200.200.7.157 1 FULL/ -
Dead Time Address
Interface
00:00:38 200.200.7.157 Serial0/0
5.5
show vlan brief
5.5.1
Switch
Switch#show vlan brief
VLAN Name
Status Ports
---- -------------------------------- --------- -----------------------------1 default
active Fa0/5, Fa0/6, Fa0/7, Fa0/8
Fa0/9, Fa0/10, Fa0/11, Fa0/1
2
Fa0/13, Fa0/14, Fa0/15, Fa0/
16
Fa0/17, Fa0/18, Fa0/19, Fa0/
20
Fa0/21, Fa0/22, Fa0/23, Fa0/
24
20 R&D
active Fa0/2
30 SALES
active Fa0/3
40 SERVER
active Fa0/4
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
1002 fddi-default
1003 token-ring-default
1004 fddinet-default
1005 trnet-default
CCNA3 case study
act/unsup
act/unsup
act/unsup
act/unsup
5.6
show spanning-tree
5.6.1
Switch
Switch#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0014.1cfa.eac0
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 0014.1cfa.eac0
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface
Role Sts Cost
Prio.Nbr Type
---------------- ---- --- --------- -------- ------------------------------Fa0/1
Desg FWD 19
128.1 P2p
VLAN0020
Spanning tree enabled protocol ieee
Root ID Priority 32788
Address 0014.1cfa.eac0
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32788 (priority 32768 sys-id-ext 20)
Address 0014.1cfa.eac0
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface
Role Sts Cost
Prio.Nbr Type
---------------- ---- --- --------- -------- ------------------------------Fa0/1
Desg FWD 19
128.1 P2p
Fa0/2
Desg FWD 19
128.2 P2p
VLAN0030
Spanning tree enabled protocol ieee
Root ID Priority 32798
Address 0014.1cfa.eac0
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32798 (priority 32768 sys-id-ext 30)
Address 0014.1cfa.eac0
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
CCNA3 case study
Interface
Role Sts Cost
Prio.Nbr Type
---------------- ---- --- --------- -------- ------------------------------Fa0/1
Desg FWD 19
128.1 P2p
Fa0/3
Desg FWD 19
128.3 P2p
VLAN0040
Spanning tree enabled protocol ieee
Root ID Priority 32808
Address 0014.1cfa.eac0
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32808 (priority 32768 sys-id-ext 40)
Address 0014.1cfa.eac0
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface
Role Sts Cost
Prio.Nbr Type
---------------- ---- --- --------- -------- ------------------------------Fa0/1
Desg FWD 19
128.1 P2p
Fa0/4
Desg FWD 19
128.4 P2p
5.7
Ping-nauhoitteet
5.7.1
Admin host
host_ADMIN --> host on VLAN40
Pinging 200.200.7.194 with 32 bytes of data:
Reply from 200.200.7.194: bytes=32 time<1ms TTL=128
Reply from 200.200.7.194: bytes=32 time<1ms TTL=128
Reply from 200.200.7.194: bytes=32 time<1ms TTL=128
Reply from 200.200.7.194: bytes=32 time<1ms TTL=128
Ping statistics for 200.200.7.194:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
-----------------------------------------------------------------
host_ADMIN --> host on VLAN30
Pinging 200.200.7.66 with 32 bytes of data:
Reply from 200.200.7.66: bytes=32 time=22ms TTL=125
Reply from 200.200.7.66: bytes=32 time=20ms TTL=125
Reply from 200.200.7.66: bytes=32 time=20ms TTL=125
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
Reply from 200.200.7.66: bytes=32 time=21ms TTL=125
Ping statistics for 200.200.7.66:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 20ms, Maximum = 22ms, Average = 20ms
---------------------------------------------------------
host_ADMIN --> host on VLAN20
Pinging 200.200.7.2 with 32 bytes of data:
Reply from 200.200.7.2: bytes=32 time=20ms TTL=125
Reply from 200.200.7.2: bytes=32 time=20ms TTL=125
Reply from 200.200.7.2: bytes=32 time=21ms TTL=125
Reply from 200.200.7.2: bytes=32 time=21ms TTL=125
Ping statistics for 200.200.7.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 20ms, Maximum = 21ms, Average = 20ms
-----------------------------------------------------------
host_ADMIN --> loopback0 on GATEWAY
Pinging 200.200.7.254 with 32 bytes of data:
Reply from 200.200.7.254: bytes=32 time=1ms TTL=254
Reply from 200.200.7.254: bytes=32 time=1ms TTL=254
Reply from 200.200.7.254: bytes=32 time=1ms TTL=254
Reply from 200.200.7.254: bytes=32 time=1ms TTL=254
Ping statistics for 200.200.7.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
5.7.2
R&D host
host_VLAN20 --> host on ADMIN
Pinging 200.200.7.194 with 32 bytes of data:
Reply from 200.200.7.194: bytes=32 time=24ms TTL=125
Reply from 200.200.7.194: bytes=32 time=21ms TTL=125
Reply from 200.200.7.194: bytes=32 time=20ms TTL=125
Reply from 200.200.7.194: bytes=32 time=21ms TTL=125
Ping statistics for 200.200.7.194:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 20ms, Maximum = 24ms, Average = 21ms
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
------------------------------------------------------------host_VLAN20 --> host on VLAN30
Pinging 200.200.7.66 with 32 bytes of data:
Reply from 200.200.7.66: bytes=32 time=1ms TTL=127
Reply from 200.200.7.66: bytes=32 time<1ms TTL=127
Reply from 200.200.7.66: bytes=32 time<1ms TTL=127
Reply from 200.200.7.66: bytes=32 time<1ms TTL=127
Ping statistics for 200.200.7.66:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
--------------------------------------------------------------
host_VLAN20 --> host on VLAN40
Pinging 200.200.7.98 with 32 bytes of data:
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Ping statistics for 200.200.7.98:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
-------------------------------------------------------------host_VLAN20 --> loopback0 on gateway
Pinging 200.200.7.254 with 32 bytes of data:
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Ping statistics for 200.200.7.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 21ms, Average = 21ms
5.7.3
Sales host
SALES -> ADMIN
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
C:\Documents and Settings\Cisco>ping 200.200.7.194
Pinging 200.200.7.194 with 32 bytes of data:
Reply from 200.200.7.194: bytes=32 time=21ms TTL=125
Reply from 200.200.7.194: bytes=32 time=21ms TTL=125
Reply from 200.200.7.194: bytes=32 time=20ms TTL=125
Reply from 200.200.7.194: bytes=32 time=21ms TTL=125
Ping statistics for 200.200.7.194:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 20ms, Maximum = 21ms, Average = 20ms
SALES -> R&D
C:\Documents and Settings\Cisco>ping 200.200.7.2
Pinging 200.200.7.2 with 32 bytes of data:
Reply from 200.200.7.2: bytes=32 time<1ms TTL=127
Reply from 200.200.7.2: bytes=32 time<1ms TTL=127
Reply from 200.200.7.2: bytes=32 time<1ms TTL=127
Reply from 200.200.7.2: bytes=32 time<1ms TTL=127
Ping statistics for 200.200.7.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
SALES -> SERVER
C:\Documents and Settings\Cisco>ping 200.200.7.98
Pinging 200.200.7.98 with 32 bytes of data:
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Reply from 200.200.7.98: bytes=32 time<1ms TTL=63
Ping statistics for 200.200.7.98:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
SALES -> LOOPBACK
C:\Documents and Settings\Cisco>ping 200.200.7.254
Pinging 200.200.7.254 with 32 bytes of data:
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Ping statistics for 200.200.7.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 21ms, Average = 21ms
5.7.4
Server host
SERVER -> R&D
C:\Documents and Settings\Cisco>ping 200.200.7.2
Pinging 200.200.7.2 with 32 bytes of data:
Reply from 200.200.7.2: bytes=32 time<1ms TTL=63
Reply from 200.200.7.2: bytes=32 time<1ms TTL=63
Reply from 200.200.7.2: bytes=32 time<1ms TTL=63
Reply from 200.200.7.2: bytes=32 time<1ms TTL=63
Ping statistics for 200.200.7.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
SERVER -> SALES
C:\Documents and Settings\Cisco>ping 200.200.7.66
Pinging 200.200.7.66 with 32 bytes of data:
Reply from 200.200.7.66: bytes=32 time=2ms TTL=127
Reply from 200.200.7.66: bytes=32 time<1ms TTL=127
Reply from 200.200.7.66: bytes=32 time<1ms TTL=127
Reply from 200.200.7.66: bytes=32 time<1ms TTL=127
Ping statistics for 200.200.7.66:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 2ms, Average = 0ms
SERVER -> ADMIN
C:\Documents and Settings\Cisco>ping 200.200.7.194
Pinging 200.200.7.194 with 32 bytes of data:
Reply from 200.200.7.194: bytes=32 time=24ms TTL=125
Reply from 200.200.7.194: bytes=32 time=20ms TTL=125
Reply from 200.200.7.194: bytes=32 time=20ms TTL=125
CCNA3 case study
Litukka Jari,
Lytter Jori, 0401417
Teittinen Anssi, 0401406
Reply from 200.200.7.194: bytes=32 time=20ms TTL=125
Ping statistics for 200.200.7.194:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 20ms, Maximum = 24ms, Average = 21ms
SERVER -> LOOPBACK
C:\Documents and Settings\Cisco>ping 200.200.7.254
Pinging 200.200.7.254 with 32 bytes of data:
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Reply from 200.200.7.254: bytes=32 time=21ms TTL=254
Ping statistics for 200.200.7.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 21ms, Average = 21ms
CCNA3 case study
Download