Published by admin on 11 Jul 2008 at 11:35 pm
MPLS Task 1-1
*****************************************************
* CE11A *
*****************************************************
conf t
hostname CE11A
interface Lo0
description Router Loopback0
ip address 10.1.11.49 255.255.255.255
no shutdown
interface fa0/0
description Customer A local LAN
ip address 10.1.11.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to PE11
ip address 150.1.11.17 255.255.255.240
frame-relay interface-dlci 101
no shutdown
exit
exit
copy run start
*****************************************************
* CE11B *
*****************************************************
conf t
hostname CE11B
interface Lo0
description Router Loopback0
ip address 10.2.11.49 255.255.255.255
no shutdown
interface fa0/0
description Customer B local LAN
ip address 10.2.11.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.102 point-to-point
description Link to PE11
ip address 150.1.11.32 255.255.255.240
frame-relay interface-dlci 102
no shutdown
exit
exit
copy run start
*****************************************************
* CE12A *
*****************************************************
conf t
hostname CE12A
interface Lo0
description Router Loopback0
ip address 10.1.12.49 255.255.255.255
no shutdown
interface fa0/0
description Customer A local LAN
ip address 10.1.12.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to PE12
ip address 150.1.12.17 255.255.255.240
frame-relay interface-dlci 101
no shutdown
exit
exit
copy run start
*****************************************************
* CE12B *
*****************************************************
conf t
hostname CE12B
interface Lo0
description Router Loopback0
ip address 10.2.12.49 255.255.255.255
no shutdown
interface fa0/0
description Customer B local LAN
ip address 10.2.12.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.102 point-to-point
description Link to PE12
ip address 150.1.12.32 255.255.255.240
frame-relay interface-dlci 102
no shutdown
exit
exit
copy run start
*****************************************************
* PE11 *
*****************************************************
conf t
hostname PE11
interface Lo0
description Router Loopback0
ip address 192.168.1.17 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to CE11A
ip address 150.1.11.18 255.255.255.240
frame-relay interface-dlci 101
no shutdown
interface s1/0.102 point-to-point
description Link to CE11B
ip address 150.1.11.33 255.255.255.240
frame-relay interface-dlci 102
no shutdown
interface s1/0.111 point-to-point
description Link to P11
ip address 192.168.1.49 255.255.255.240
frame-relay interface-dlci 111
no shutdown
exit
exit
copy run start
*****************************************************
* PE12 *
*****************************************************
conf t
hostname PE12
interface Lo0
description Router Loopback0
ip address 192.168.1.33 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to CE12A
ip address 150.1.12.18 255.255.255.240
frame-relay interface-dlci 101
no shutdown
interface s1/0.102 point-to-point
description Link to CE12B
ip address 150.1.12.33 255.255.255.240
frame-relay interface-dlci 102
no shutdown
interface s1/0.111 point-to-point
description Link to P12
ip address 192.168.1.65 255.255.255.240
frame-relay interface-dlci 111
no shutdown
exit
exit
copy run start
*****************************************************
* P11 *
*****************************************************
conf t
hostname P11
interface Lo0
description Router Loopback0
ip address 192.168.1.81 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.111 point-to-point
description Link to PE11
ip address 192.168.1.50 255.255.255.240
frame-relay interface-dlci 111
no shutdown
interface s1/0.112 point-to-point
description Link to P12
ip address 192.168.1.113 255.255.255.240
frame-relay interface-dlci 112
no shutdown
exit
exit
copy run start
*****************************************************
* P12 *
*****************************************************
conf t
hostname P12
interface Lo0
description Router Loopback0
ip address 192.168.1.97 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.111 point-to-point
description Link to PE12
ip address 192.168.1.66 255.255.255.240
frame-relay interface-dlci 111
no shutdown
interface s1/0.112 point-to-point
description Link to P11
ip address 192.168.1.114 255.255.255.240
frame-relay interface-dlci 112
no shutdown
exit
exit
copy run start
*****************************************************
* CE21A *
*****************************************************
conf t
hostname CE21A
interface Lo0
description Router Loopback0
ip address 10.1.21.49 255.255.255.255
no shutdown
interface fa0/0
description Customer A local LAN
ip address 10.1.21.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to PE21
ip address 150.1.21.17 255.255.255.240
frame-relay interface-dlci 101
no shutdown
exit
exit
copy run start
*****************************************************
* CE21B *
*****************************************************
conf t
hostname CE21B
interface Lo0
description Router Loopback0
ip address 10.2.21.49 255.255.255.255
no shutdown
interface fa0/0
description Customer B local LAN
ip address 10.2.21.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.102 point-to-point
description Link to PE21
ip address 150.1.21.32 255.255.255.240
frame-relay interface-dlci 102
no shutdown
exit
exit
copy run start
*****************************************************
* CE22A *
*****************************************************
conf t
hostname CE22A
interface Lo0
description Router Loopback0
ip address 10.1.22.49 255.255.255.255
no shutdown
interface fa0/0
description Customer A local LAN
ip address 10.1.22.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to PE22
ip address 150.1.22.17 255.255.255.240
frame-relay interface-dlci 101
no shutdown
exit
exit
copy run start
*****************************************************
* CE22B *
*****************************************************
conf t
hostname CE22B
interface Lo0
description Router Loopback0
ip address 10.2.22.49 255.255.255.255
no shutdown
interface fa0/0
description Customer B local LAN
ip address 10.2.22.17 255.255.255.240
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.102 point-to-point
description Link to PE22
ip address 150.1.22.32 255.255.255.240
frame-relay interface-dlci 102
no shutdown
exit
exit
copy run start
*****************************************************
* PE21 *
*****************************************************
conf t
hostname PE21
interface Lo0
description Router Loopback0
ip address 192.168.2.17 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to CE21A
ip address 150.1.21.18 255.255.255.240
frame-relay interface-dlci 101
no shutdown
interface s1/0.102 point-to-point
description Link to CE21B
ip address 150.1.21.33 255.255.255.240
frame-relay interface-dlci 102
no shutdown
interface s1/0.111 point-to-point
description Link to P21
ip address 192.168.2.49 255.255.255.240
frame-relay interface-dlci 111
no shutdown
exit
exit
copy run start
*****************************************************
* PE22 *
*****************************************************
conf t
hostname PE22
interface Lo0
description Router Loopback0
ip address 192.168.2.33 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.101 point-to-point
description Link to CE22A
ip address 150.1.12.18 255.255.255.240
frame-relay interface-dlci 101
no shutdown
interface s1/0.102 point-to-point
description Link to CE22B
ip address 150.1.22.33 255.255.255.240
frame-relay interface-dlci 102
no shutdown
interface s1/0.111 point-to-point
description Link to P22
ip address 192.168.2.65 255.255.255.240
frame-relay interface-dlci 111
no shutdown
exit
exit
copy run start
*****************************************************
* P21 *
*****************************************************
conf t
hostname P21
interface Lo0
description Router Loopback0
ip address 192.168.2.81 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.111 point-to-point
description Link to PE21
ip address 192.168.2.50 255.255.255.240
frame-relay interface-dlci 111
no shutdown
interface s1/0.112 point-to-point
description Link to P22
ip address 192.168.2.113 255.255.255.240
frame-relay interface-dlci 112
no shutdown
exit
exit
copy run start
*****************************************************
* P22 *
*****************************************************
conf t
hostname P22
interface Lo0
description Router Loopback0
ip address 192.168.2.97 255.255.255.255
no shutdown
interface s1/0
bandwidth 128000
encapsulation frame-relay
frame-relay lmi-type ansi
no shutdown
interface s1/0.111 point-to-point
description Link to PE22
ip address 192.168.2.66 255.255.255.240
frame-relay interface-dlci 111
no shutdown
interface s1/0.112 point-to-point
description Link to P21
ip address 192.168.2.114 255.255.255.240
frame-relay interface-dlci 112
no shutdown
exit
exit
copy run start