[ Pobierz całość w formacie PDF ]
Fa0/16 1,17,27,33-34,46,55,82,510
Fa0/19 1,17,27,33-34,46,55,82,510
Port Vlans in spanning tree forwarding state and not pruned
Fa0/16 1,27,46,82
Fa0/19 1,17,27,33-34,55,510
Rack1SW4#show cdp neighbors f0/16
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P -
Phone
Device ID Local Intrfce Holdtme Capability
Platform Port ID
Rack1SW2 Fas 0/16 157 R S I WS-
C3560-2Fas 0/19
Task 3.1
R2:
interface Serial0/0
encapsulation frame-relay
frame-relay interface-dlci 204 ppp virtual-template1
!
interface Virtual-Template1
ip address 144.1.24.2 255.255.255.0
R4:
interface Serial0/0
encapsulation frame-relay
frame-relay interface-dlci 402 ppp virtual-template1
!
interface Virtual-Template1
ip address 144.1.24.4 255.255.255.0
Copyright © 2011 Internetwork Expert www.INE.com
- 185 -
CCIE Routing & Switching Lab Workbook Volume III Solutions Guide Version 4.1 Lab 7
Task 3.1 Verification
Verify PPPoFR status:
Rack1R4#show frame-relay pvc 402
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
DLCI = 402, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE =
Serial0/0
input pkts 4 output pkts 9 in bytes 68
out bytes 150 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 0
in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
out BECN pkts 0 in DE pkts 0 out DE pkts 0
out bcast pkts 0 out bcast bytes 0
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 1 packets/sec
pvc create time 00:00:35, last time pvc status changed 00:00:09
Bound to Virtual-Access1 (up, cloned from Virtual-Template1)
Confirm connectivity:
Rack1R4#ping 144.1.24.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 144.1.24.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/58/60 ms
Task 3.2
R1:
interface Serial0/0
encapsulation frame-relay
!
interface Serial0/0.1 point-to-point
ip address 144.1.15.1 255.255.255.0
frame-relay interface-dlci 105
R5:
interface Serial0/0
encapsulation frame-relay
!
interface Serial0/0.1 multipoint
ip address 144.1.15.5 255.255.255.0
frame-relay map ip 144.1.15.1 501 broadcast
Copyright © 2011 Internetwork Expert www.INE.com
- 186 -
CCIE Routing & Switching Lab Workbook Volume III Solutions Guide Version 4.1 Lab 7
Task 3.2 Verification
Verify L3 to L2 mapping and confirm connectivity:
Rack1R5#show frame-relay map
Serial0/0.1 (up): ip 144.1.15.1 dlci 501(0x1F5,0x7C50), static,
broadcast,
CISCO, status defined, active
Rack1R5#ping 144.1.15.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 144.1.15.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max=56/67/104 ms
Task 3.3
R6:
bridge irb
bridge 1 protocol ieee
bridge 1 route ip
!
interface Serial0/0/0
encapsulation frame-relay
bridge-group 1
frame-relay map bridge 401 broadcast
!
interface BVI1
ip address 54.1.10.6 255.255.255.0
Task 3.3 Verification
Verify bridging status:
Rack1R6#show bridge 1 verbose
Total of 300 station blocks, 299 free
Codes: P - permanent, S - self
BG Hash Address Action Interface VC Age RX count TX count
1 AA/0 0000.0cab.be14 forward Serial0/0/0 401 0 10 0
Flood ports (BG 1) RX count TX count
Serial0/0/0 0 0
Confirm connectivity:
Rack1R6#ping 54.1.10.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 54.1.10.254, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 36/39/40 ms
Copyright © 2011 Internetwork Expert www.INE.com
- 187 -
CCIE Routing & Switching Lab Workbook Volume III Solutions Guide Version 4.1 Lab 7
Task 3.4
R4:
interface Serial0/1
encapsulation ppp
ip unnumbered Virtual-Template1
R5:
interface Serial0/1
clock rate 64000
encapsulation ppp
ip unnumbered Serial0/0.1
Task 3.4 Verification
Verify PPP configuration:
Rack1R4#show ip interface serial 0/1
Serial0/1 is up, line protocol is up
Interface is unnumbered. Using address of Virtual-Template1
(144.1.24.4)
Broadcast address is 255.255.255.255
Peer address is 144.1.15.5
MTU is 1500 bytes
Rack1R4#ping 144.1.15.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 144.1.15.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/29/32 ms
Task 3.5
R2:
username Rack1R4
!
interface Virtual-Template1
ppp authentication chap
R4:
username Rack1R2
!
interface Virtual-Template1
ppp authentication chap
Copyright © 2011 Internetwork Expert www.INE.com
- 188 -
CCIE Routing & Switching Lab Workbook Volume III Solutions Guide Version 4.1 Lab 7
Task 3.5 Verification
Verify PPP authentication process:
Rack1R4(config)#interface serial 0/0
Rack1R4(config-if)#shutdown
*May 15 13:39:02.523: %LINK-5-CHANGED: Interface Serial0/0, changed
state to administratively down
*May 15 13:39:02.527: %LINK-3-UPDOWN: Interface Virtual-Access1,
changed state to down
*May 15 13:39:03.523: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Serial0/0, changed state to down
Rack1R4(config-if)#no shutdown
*May 15 13:39:08.203: %LINK-3-UPDOWN: Interface Serial0/0, changed
state to up
*May 15 13:39:08.207: %LINK-3-UPDOWN: Interface Virtual-Access1,
changed state to up
*May 15 13:39:08.207: Vi1 PPP: Using default call direction
*May 15 13:39:08.207: Vi1 PPP: Treating connection as a dedicated line
*May 15 13:39:08.207: Vi1 PPP: Session handle[48000007] Session id[6]
*May 15 13:39:08.207: Vi1 PPP: Authorization required
*May 15 13:39:08.231: %LINK-3-UPDOWN: Interface Virtual-Access1,
changed state to down
*May 15 13:39:09.203: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Serial0/0, changed state to up
*May 15 13:39:28.223: %LINK-3-UPDOWN: Interface Virtual-Access1,
changed state to up
*May 15 13:39:28.223: Vi1 PPP: Using default call direction
*May 15 13:39:28.223: Vi1 PPP: Treating connection as a dedicated line
*May 15 13:39:28.223: Vi1 PPP: Session handle[80000008] Session id[7]
*May 15 13:39:28.223: Vi1 PPP: Authorization required
*May 15 13:39:28.643: Vi1 CHAP: O CHALLENGE id 2 len 28 from "Rack1R4"
*May 15 13:39:28.663: Vi1 CHAP: I CHALLENGE id 2 len 28 from "Rack1R2"
*May 15 13:39:28.663: Vi1 CHAP: Using hostname from unknown source
*May 15 13:39:28.667: Vi1 CHAP: Using password from AAA
*May 15 13:39:28.667: Vi1 CHAP: O RESPONSE id 2 len 28 from "Rack1R4"
*May 15 13:39:28.671: Vi1 CHAP: I RESPONSE id 2 len 28 from "Rack1R2"
*May 15 13:39:28.671: Vi1 PPP: Sent CHAP LOGIN Request
*May 15 13:39:28.675: Vi1 PPP: Received LOGIN Response PASS
*May 15 13:39:28.679: Vi1 PPP: Sent LCP AUTHOR Request
*May 15 13:39:28.679: Vi1 PPP: Sent IPCP AUTHOR Request
*May 15 13:39:28.679: Vi1 LCP: Received AAA AUTHOR Response PASS
*May 15 13:39:28.683: Vi1 IPCP: Received AAA AUTHOR Response PASS
*May 15 13:39:28.683: Vi1 CHAP: O SUCCESS id 2 len 4
*May 15 13:39:28.691: Vi1 CHAP: I SUCCESS id 2 len 4
*May 15 13:39:28.695: Vi1 PPP: Sent IPCP AUTHOR Request
*May 15 13:39:29.691: %LINEPROTO-5-UPDOWN: Line protocol on Interface
Virtual-Access1, changed state to up
Copyright © 2011 Internetwork Expert www.INE.com
- 189 -
CCIE Routing & Switching Lab Workbook Volume III Solutions Guide Version 4.1 Lab 7
Task 4.1
R2:
router eigrp 10
no auto-summary
network 144.1.24.2 0.0.0.0
R3:
router eigrp 10
no auto-summary
network 144.1.34.3 0.0.0.0
redistribute connected route-map CONNECTED->EIGRP metric 1 1 1 1 1
!
route-map CONNECTED->EIGRP permit 10
match interface Loopback0
R4:
router eigrp 10
no auto-summary
network 144.1.24.4 0.0.0.0
network 144.1.34.4 0.0.0.0
network 144.1.46.4 0.0.0.0
R6:
router eigrp 10
no auto-summary
network 54.1.10.6 0.0.0.0
network 144.1.46.6 0.0.0.0
[ Pobierz całość w formacie PDF ]
Tematy
- Home
- Klasyka kiliteratury kobiecej 10 Czarny BÄ‚Å‚g Rodziewiczowna Maria
- Kukliński Piotr Saga Dworek Pod Malwami 10 Zranione Dusze
- Glen Cook Black Company 10 Soldiers Live
- Lois McMaster Bujold 10 Mirror Dance
- Brenden Laila Hannah 10 Godzina Przeznaczenia
- James Axler Deathlands 001 Pilgrimage to Hell
- 001. Anderson Ccaroline Przypadek doktora Matta
- Elaine Viets [Dead End Job 06] Murder With Reservations (v5 0) (pdf)
- Hardy Kate CzuśÂ‚y punkt
- Jennifer Armintrout Blood Ties 3 Ashes to Ashes
- zanotowane.pl
- doc.pisz.pl
- pdf.pisz.pl
- patryk-enha.pev.pl