Cisco4 3.5.1.2 Packet Tracer - Skills Integration Challenge - PPP with CHAP
I could not get the IP Cloud to work, so I removed the IP cloud and made a direct link from R1 to Server
hostname R1
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
username R2 password 0 cisco
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 209.165.200.226 255.255.255.252
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:B:1::2/64
ipv6 ospf 1 area 0
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
encapsulation ppp
ppp authentication chap
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:A:A::2/64
ipv6 ospf 1 area 0
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 0
network 209.165.200.226 0.0.0.0 area 0
default-information originate
!
ipv6 router ospf 1
router-id 1.1.1.1
log-adjacency-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
!
ip flow-export version 9
!
ipv6 route ::/0 GigabitEthernet0/0
!
!
hostname R2
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
username R1 password 0 cisco
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.1
encapsulation dot1Q 1 native
ip address 192.168.1.193 255.255.255.224
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:1::1/64
!
interface GigabitEthernet0/0.15
encapsulation dot1Q 15
ip address 192.168.1.1 255.255.255.128
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:15::1/64
!
interface GigabitEthernet0/0.25
encapsulation dot1Q 25
ip address 192.168.1.129 255.255.255.192
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:25::1/64
!
interface GigabitEthernet0/0.99
encapsulation dot1Q 99
ip address 192.168.1.225 255.255.255.224
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:99::1/64
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.1.1.1 255.255.255.252
encapsulation ppp
ppp authentication chap
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:A::1/64
ipv6 ospf 1 area 0
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
network 192.168.1.193 0.0.0.0 area 0
network 192.168.1.1 0.0.0.0 area 0
network 192.168.1.129 0.0.0.0 area 0
network 192.168.1.225 0.0.0.0 area 0
network 10.1.1.0 0.0.0.3 area 0
!
ipv6 router ospf 1
router-id 2.2.2.2
log-adjacency-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.1.2
!
ip flow-export version 9
!
ipv6 route ::/0 Serial0/0/0
SWITCH
hostname Switch
!
spanning-tree mode pvst
!
interface FastEthernet0/1
switchport access vlan 99
switchport trunk native vlan 99
switchport mode trunk
!
interface FastEthernet0/2
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/4
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/6
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/7
switchport access vlan 15
!
interface FastEthernet0/8
switchport access vlan 15
!
interface FastEthernet0/9
switchport access vlan 15
!
interface FastEthernet0/10
switchport access vlan 15
!
interface FastEthernet0/11
switchport access vlan 15
!
interface FastEthernet0/12
switchport access vlan 15
!
interface FastEthernet0/13
switchport access vlan 15
!
interface FastEthernet0/14
switchport access vlan 15
!
interface FastEthernet0/15
switchport access vlan 15
!
interface FastEthernet0/16
switchport access vlan 15
!
interface FastEthernet0/17
switchport access vlan 15
!
interface FastEthernet0/18
switchport access vlan 15
!
interface FastEthernet0/19
switchport access vlan 25
!
interface FastEthernet0/20
switchport access vlan 25
!
interface FastEthernet0/21
switchport access vlan 25
!
interface FastEthernet0/22
switchport access vlan 25
!
interface FastEthernet0/23
switchport access vlan 25
!
interface FastEthernet0/24
switchport access vlan 25
!
interface GigabitEthernet0/1
switchport access vlan 86
switchport mode access
!
interface GigabitEthernet0/2
switchport access vlan 86
switchport mode access
!
interface Vlan1
no ip address
shutdown
!
interface Vlan15
no ip address
!
interface Vlan25
no ip address
!
interface Vlan86
no ip address
!
interface Vlan99
ip address 192.168.1.226 255.255.255.224
!
ip default-gateway 192.168.1.225
!
!
!
I could not get the IP Cloud to work, so I removed the IP cloud and made a direct link from R1 to Server
R1
hostname R1
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
username R2 password 0 cisco
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
ip address 209.165.200.226 255.255.255.252
duplex auto
speed auto
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:B:1::2/64
ipv6 ospf 1 area 0
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.1.1.2 255.255.255.252
encapsulation ppp
ppp authentication chap
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:A:A::2/64
ipv6 ospf 1 area 0
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 10.1.1.0 0.0.0.3 area 0
network 209.165.200.226 0.0.0.0 area 0
default-information originate
!
ipv6 router ospf 1
router-id 1.1.1.1
log-adjacency-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
!
ip flow-export version 9
!
ipv6 route ::/0 GigabitEthernet0/0
!
!
R2
hostname R2
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
username R1 password 0 cisco
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.1
encapsulation dot1Q 1 native
ip address 192.168.1.193 255.255.255.224
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:1::1/64
!
interface GigabitEthernet0/0.15
encapsulation dot1Q 15
ip address 192.168.1.1 255.255.255.128
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:15::1/64
!
interface GigabitEthernet0/0.25
encapsulation dot1Q 25
ip address 192.168.1.129 255.255.255.192
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:25::1/64
!
interface GigabitEthernet0/0.99
encapsulation dot1Q 99
ip address 192.168.1.225 255.255.255.224
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:99::1/64
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.1.1.1 255.255.255.252
encapsulation ppp
ppp authentication chap
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:A:A::1/64
ipv6 ospf 1 area 0
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
network 192.168.1.193 0.0.0.0 area 0
network 192.168.1.1 0.0.0.0 area 0
network 192.168.1.129 0.0.0.0 area 0
network 192.168.1.225 0.0.0.0 area 0
network 10.1.1.0 0.0.0.3 area 0
!
ipv6 router ospf 1
router-id 2.2.2.2
log-adjacency-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.1.2
!
ip flow-export version 9
!
ipv6 route ::/0 Serial0/0/0
SWITCH
hostname Switch
!
spanning-tree mode pvst
!
interface FastEthernet0/1
switchport access vlan 99
switchport trunk native vlan 99
switchport mode trunk
!
interface FastEthernet0/2
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/4
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/6
switchport access vlan 86
switchport mode access
!
interface FastEthernet0/7
switchport access vlan 15
!
interface FastEthernet0/8
switchport access vlan 15
!
interface FastEthernet0/9
switchport access vlan 15
!
interface FastEthernet0/10
switchport access vlan 15
!
interface FastEthernet0/11
switchport access vlan 15
!
interface FastEthernet0/12
switchport access vlan 15
!
interface FastEthernet0/13
switchport access vlan 15
!
interface FastEthernet0/14
switchport access vlan 15
!
interface FastEthernet0/15
switchport access vlan 15
!
interface FastEthernet0/16
switchport access vlan 15
!
interface FastEthernet0/17
switchport access vlan 15
!
interface FastEthernet0/18
switchport access vlan 15
!
interface FastEthernet0/19
switchport access vlan 25
!
interface FastEthernet0/20
switchport access vlan 25
!
interface FastEthernet0/21
switchport access vlan 25
!
interface FastEthernet0/22
switchport access vlan 25
!
interface FastEthernet0/23
switchport access vlan 25
!
interface FastEthernet0/24
switchport access vlan 25
!
interface GigabitEthernet0/1
switchport access vlan 86
switchport mode access
!
interface GigabitEthernet0/2
switchport access vlan 86
switchport mode access
!
interface Vlan1
no ip address
shutdown
!
interface Vlan15
no ip address
!
interface Vlan25
no ip address
!
interface Vlan86
no ip address
!
interface Vlan99
ip address 192.168.1.226 255.255.255.224
!
ip default-gateway 192.168.1.225
!
!
!