Solution

Published on February 2017 | Categories: Documents | Downloads: 30 | Comments: 0 | Views: 127
of 5
Download PDF   Embed   Report

Comments

Content

here is my solution for the MPLS V1
Q1- FR
R23
router ospf 1
no network 10.1.1.23 0.0.0.0 area 0
network 10.1.1.23 0.0.0.0 area 2
interface Serial0/0
frame-relay map ip 172.16.12.1 23 broadcast
map-class frame-relay CGR
frame-relay end-to-end keepalive mode bidirectional
R22
interface Serial1/0
frame-relay map ip 172.16.12.2 22 broadcast
FR2
interface Serial0/0
frame-relay lmi-type cisco
interface Serial0/1
frame-relay lmi-type cisco
=======================================================
Q2-MST
SW2
vtp mo tr
vtp pas cisco
vtp mo ser
int eth1/2
sw mo ac
int eth2/3
sp ms 2 port-priority 0
SW1
int eth1/0
sw mo ac
========================================================
Q3-redistribute
R26
router ospf 1
network 172.16.13.8 0.0.0.7 area 1
redistribute rip route-map RIP subnets
no ip prefix-list RIP seq 5 permit 192.168.21.0/25
ip prefix-list RIP seq 5 permit 192.168.20.0/25
R24
router ospf 1
no router-id 10.1.1.26
router-id 10.1.1.24
clear ip os pr

route-map PBR permit 10
no set ip next-hop 172.16.13.10
set ip next-hop 172.16.13.1
R25
int lo1
no ip os net
interface Serial0/0.145 multipoint
no frame-relay map ip 172.16.13.1 353 broadcast
frame-relay map ip 172.16.13.1 351 broadcast
R21
router os 1
area 1 nssa translate type7 suppress-fa
Also can use (area 1 range 10.1.1.26 255.255.255.255 adv)
ip access-list extended 111
no 20
20 per ip an an dscp cs6
ip access-list standard 11
no 10
10 per 192.168.20.0 0.0.0.255
no ip prefix-list 10 seq 20 permit 0.0.0.0/0 le 8
ip prefix-list 10 seq 20 permit 0.0.0.0/0 le 32
R20
router os 1
network 200.20.20.0 0.0.0.255 area 0
===============================================================
Q4-BGP
R1
router bgp 3
address-family ipv4
neighbor 10.1.1.3 route-reflector-client
neighbor 10.1.1.4 route-reflector-client
ip access sta 11
no 10
10 permit 10.0.0.0 0.7.255.255
R3
router bgp 3
address-family ipv4
no network 10.3.3.0 mask 255.255.255.0
network 10.3.3.3 mask 255.255.255.255
no neighbor 10.1.1.1 weight 1
R2
policy-map COPP_BGP
class BGP_R3
police 10000
conform-action tran

exceed-action drop

R4
ip route 10.1.1.1 255.255.255.255 Null0 255

router bg 3
add ipv4
no sync
================================================================
Q5-MPLS
R2
router bgp 3
add vpnv4
neighbor 10.1.1.5 activate
neighbor 10.1.1.5 send-community extended
neighbor 10.1.1.5 route-reflector-client
ip access-list standard 12
60 per 10.1.1.4
ip access ex 100
60 per tcp an an eq 646
R1
mpls label protocol ldp
ip access-list standard 12
60 per 10.1.1.4
ip access ex 100
60 per tcp an an eq 646
R4
mpls label protocol ldp
mpls ldp router-id Loopback0 fo
router ospf 101 vrf Site-A
redistribute bgp 3 subnets
R5
router ospf 101 vrf Site-A
redistribute bgp 3 subnets
================================================================
Q6-IPV6
R4
ipv6 router ospf 1
no router-id 10.1.1.1
router-id 10.1.1.4
clear ipv os pr
int lo100
ipv os 1 ar 0
R5
int eth0/2
no ipv6 nd ra suppress
ipv acc CCIE
no deny ipv6 any any
permit ipv6 an an se 10

R8
int eth0/0
ipv6 address autoconfig default
no ipv en
=================================================================
Q7-QOS
R9
class-map match-any SILVER
no match ip precedence 3
match ip precedence 4
policy-map POLICY
class SILVER
bandwidth percent 30
police cir 8000
conform-action set-prec-transmit 5

exceed-action drop

int eth0/0
service-policy output POLICY
int eth0/3
no service-policy output POLICY
===================================================================
Q8-EEM
R27
event manager applet NOSHUT
event syslog pattern "Interface Ethernet0/1, changed state to down"
action 1.0 cli command "enable"
action 2.0 cli command "configure terminal"
action 3.0 cli command "interface e0/1"
action 4.0 cli command "no shut"
====================================================================
Q9-DHCP
R19
policy-map CCP
class UDP
police rate 8000 conform-action tran exceed-action drop
ip dhcp pool EIGRP
network 172.16.10.16 255.255.255.248
default-router 172.16.10.19
int eth0/0
ip hold eigrp 200 90
ip access-list ex 104
20 permit eigrp an an
30 permit tcp an an eq telnet
R17 & R18
int eth0/1
ip authentication mode eigrp 200 md5
ip authentication key-chain eigrp 200 ccie
====================================================================
Q10-NAT

R22
no ip nat source route-map NAT_IN_HTTP pool NAT_IN_HTTP overload
no ip nat source route-map NAT_IN pool NAT_IN overload
ip nat inside source route-map NAT_IN pool NAT_IN overload
ip nat inside source route-map NAT_IN_HTTP pool NAT_IN_HTTP overload
int eth0/1
no ip nat inside
ip nat outside
ip access-list extended NAT_IN
permit tcp 172.16.0.0 0.0.255.255 any eq telnet
ip access-list extended NAT_IN_HTTP
permit tcp 172.16.0.0 0.0.255.255 any eq www
====================================================================

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close