Wolf CCIE Lab K1 Plus
Wolf CCIE Lab K1 Plus
Wolf CCIE Lab K1 Plus
IGP
1 / 32
BGP
loopback0 Y.Y.X.X/32
R1YY.YY.1.1/32
R2YY.YY.2.2/32
R3YY.YY.3.3/32
R4YY.YY.4.4/32
2 / 32
R5YY.YY.5.5/32
SW1YY.YY.7.7/32
SW2YY.YY.8.8/32
SW3YY.YY.9.9/32
SW4YY.YY.10.10/32
BackBone
BB1150.1.YY.254/24
BB2150.2.YY.254/24
BB3150.3.YY.254/24
1.section -Layer2
1.1 Pre-configuration errors
vtp
domain
name
mismatch
between
CCIERoutingandSwitching
YY
and
CCIERoutingandswitching YY
vtp password mismatch between cisco and cisco0
Switch3 fastEthernet 0/24 interface in the access mode which should be in vtp trunk
mode.
Switch2 fastEthernet 0/10 interface backup interface fastEthernet 0/4 just use
command no switchport backup interface fastEthernet 0/4 remove it.
R5 interface serial 0/0/0 and interface serial 0/0/1 use no peer neighbor-router and
so do R1 interface serial 0/0/1 and R3 interface serial 0/0/0.
:
1.vtp
2.vtp
3.Switch3 f0/24 Switchport Trunk
4.Switch2 fastethernet 0/4 fastEthernet 0/10 Switch2 f0/10
no switchport backup interface fastEthernet 0/4
5.R5 -s0/0/0 s0/0/1R1-s0/0/1R3-0/0/0 PPP 32
no peer neighbor-route
Vlan Name
Ports
VLAN 15
VLAN_BB1
SW1-F0/5SW1-F0/10
VLAN 2
VLAN_BB2
SW2-F0/10
VLAN 3
VLAN_BB3
SW1-F0/3SW3-F0/10
VLAN 11
VLAN_A
SW2-F0/1
VLAN 13
VLAN_B
SW2-F0/3
3 / 32
VLAN 22
VLAN_C
R2-F0/1.Z
VLAN 24
VLAN_H
R2-F0/1.ZSW2-F0/4
VLAN 44
VLAN_F
SW1-F0/4
VLAN 45
VLAN_G
SW2-F0/5
[S1]:
Configure the VLANS for the access switch ports show as the vlan tables,include the
1.SW1 vlan
2.BB
3.VLAN BB1,BB2,BB3
4.SW2 f0/2 R2 G0/1 Trunk R2 G0/1 SW2 f0/2
R2 G0/1 VLAN_22 VLAN_24
5.access Portfast
:
SW1 VLANSVI
SW1config#spanning-tree vlan 1-4094 priority 0
[S2]: vlan
0 SW1
sw4(config)#spanning-tree vlan
1-4904 root primary
[S3]: 2
SW2 VLANSVI
SW2config# interface fastEthernet 0/1
SW2config-if# switchport mode access
SW2config-if# switchport access vlan 11
SW2config# interface fastEthernet 0/3
SW2config-if# switchport mode access
SW2config-if# switchport access vlan 13
SW2config# interface fastEthernet 0/4
SW2config-if# switchport mode access
SW2config-if# switchport access vlan 24
SW2config# interface fastEthernet 0/5
SW2config-if# switchport mode access
SW2config-if# switchport access vlan 45
SW2config# interface fastEthernet 0/10
SW2config-if# switchport mode access
SW2config-if# switchport access vlan 2
SW2config-if# spanning-tree guard root
SW2config# interface vlan 22
SW2config-if# ip address YY.YY.15.130 255.255.255.224
SW2config-if# no shutdown
5 / 32
[S4]: 2
SW3 VLAN
SW3config# interface fastEthernet 0/10
SW3config-if# switchport mode access
SW3config-if# switchport access vlan 3
SW3config-if# spanning-tree guard root
[S5]: 2
SW4 SVI
SW4config# interface vlan 44
SW4config-if# ip address YY.YY.15.66 255.255.255.224
SW4config-if# no shutdown
SW4config# interface vlan 45
SW4config-if# ip address YY.YY.15.98 255.255.255.224
SW4config-if# no shutdown
R2 G0/1SW2 f0/2
[S6]: 4
[S7]: 5 6
bpduguard bb3
[S8]:
VLAN
3,11,13,44,45
1.TrunkDTP Nonegotiate
134445
:
SW1config# interface range fastEthernet 0/19 - 24
SW1config-if-range# switchport trunk encapsulation dot1q
SW1config-if-range# switchport mode trunk
SW1config-if-range# switchport nonegotiate
SW1config-if-range# switchport trunk allowed vlan 2,3,11,13,15,22,24,44,45
SW2config# interface range fastEthernet 0/19 - 24
SW2config-if-range# switchport trunk encapsulation dot1q
SW2config-if-range# switchport mode trunk
SW2config-if-range# switchport nonegotiate
SW2config-if-range# switchport trunk allowed vlan 2,3,11,13,15,22,24,44,45
SW3config# interface range fastEthernet 0/19 - 24
SW3config-if-range# switchport trunk encapsulation dot1q
SW3config-if-range# switchport mode trunk
7 / 32
DLCI assignment
R1 frame-relay interface
100
R2 frame-relay interface
200
:
R1 R2R4
1.FRLMI ANSIR1R2
2. interface-DLCI
3.IETF
4.DLCI
:
R4:
R4config# frame-switching
R4config# interface serial 0/0
R4config-if# encapsulation frame-relay ietf
R4config-if# frame-relay intf-type DCE
R4config-if# clock rate 64000
R4config-if# frame-relay lmi-type ansi
R4config-if# frame-relay route 100 interface serial 0/1 200
R4config-if# no ip address
8 / 32
R4config-if# no shutdown
R4config-if# exit
R4config# interface serial 0/1
R4config-if# encapsulation frame-relay ietf
R4config-if# frame-relay intf-type DCE
R4config-if# clock rate 64000
R4config-if# frame-relay lmi-type ansi
R4config-if# frame-relay route 200 interface serial 0/0 100
R4config-if# no ip address
R4config-if# no shutdown
R4config-if# end
R1:
R1config# interface serial 0/0
R1config-if# encapsulation frame-relay ietf
R1config-if# no frame-relay inverse-arp
R1config-if# no arp frame-relay
R1config-if# no ip address
R1config-if# no shutdown
R1config-if# exit
R1config# interface serial 0/0.12 point-to-point
R1config-subif# ip address YY.YY.15.242 255.255.255.252
R1config-subif# no shutdown
R1config-subif# frame-relay interface-dlci 100 ietf
R1config-subif# end
R2:
R2config# interface serial 0/0
R2config-if# encapsulation frame-relay ietf
R2config-if# no frame-relay inverse-arp
R2config-if# no arp frame-relay
R2config-if# no ip address
R2config-if# no shutdown
R2config-if# exit
R2config# interface serial 0/0.12 point-to-point
R2config-subif# ip address YY.YY.15.241 255.255.255.252
R2config-subif# no shutdown
R2config-subif# frame-relay interface-dlci 200 ietf
R2config-subif# end
Configure traffic control on the three backbone links,protecting your network from a
broadcast storm.This protection should begin once broadcast traffic is half(50%)
available bandwidth,the port should remain functioning during this time.
storm-controlbackbonebroadcast50%
:
SW1 storm-control :
SW1config# interface fastEthernet 0/10
SW1config-if# storm-control broadcast level 50
SW2 storm-control :
SW2config# interface fastEthernet 0/10
SW2config-if# storm-control broadcast level 50
SW3 storm-control :
SW3config# interface fastEthernet 0/10
SW3config-if# storm-control broadcast level 50
3
R1
R1config# interface FastEthernet 0/1
R1config-if# ip address YY.YY.15.162 255.255.255.224
R1config-if# no shut
R1config-if# exit
R1config# interface serial 0/1
R1config# bandwidth 128
R1config-if# encapsulation ppp
R1config-if# no peer neighbor-route
R1config-if#ip address YY.YY.15.249 255.255.255.252
R1config-if# no shut
R1config-if# end
R3
R3config# interface FastEthernet 0/1
10 / 32
R4
R4config# interface FastEthernet 0/1
R4config-if# ip address YY.YY.15.33 255.255.255.224
R4config-if# no shut
R4config-if# exit
R4config# interface FastEthernet 0/0
R4config-if# ip address YY.YY.15.65 255.255.255.224
R4config-if# no shut
R4config-if# end
R5
R5config# interface FastEthernet 0/1
R5config-if# ip address YY.YY.15.97 255.255.255.224
R5config-if# no shut
R5config-if# exit
R5config# interface FastEthernet 0/0
R5config-if# ip address 150.1.YY.1 255.255.255.0
R5config-if# no shut
R5config-if# exit
R5config# interface serial 0/0
R5config# bandwidth 128
R5config-if# encapsulation ppp
R5config-if# no peer neighbor-route
R5config-if# ip address YY.YY.15.250 255.255.255.252
R5config-if# no shut
R5config-if# exit
R5config# interface serial 0/1
R5config-if# encapsulation ppp
11 / 32
2.section -Layer3
After finishing each of the following questions,make sure that all configured
interfaces and subnets are consistently visible on all pertinent routers and switches.
Dont redistribute between and interior gateway protocol(IGP) and board gateway
protocol(BGP).
You need to ping a bgp route only if it is stated in a question,otherwise the route
should be only in the bgp table.
At the end of section 2,all subnets in your topology,including the loopback interface
expected for SW3,must be reachable via ping.
Therefore redistribute as you wish unless directly stated in a question.The backbone
interface must be reachable only if they are part of the solution to a question.
The loopback interface can be seen as either /24 or /32 in the routing table unless
stated otherwise in a question.
The loopback interfaces can be added into your IGP either via redistribution or added
to a routing process of your choice.
:
1.IGP
2.IGP BGPBGP
pingping
3.IGP loopbackpingSW3
4.BB
5.Loopback
[S9]: IGPK1
RIP
V2 RIP V1
RIP
EIGRPno
auto-summary
1.
2.RID
3.ospf
4.area 2 5LSAR1 Area 2
area 2 nssa
5.R1 R2ospfDR,BDR
fast hello broadcast
Area 0
R3config# router ospf YY
R3config-router# network YY.YY.15.193 0.0.0.0 area 0
SW1config# ip routing
SW1config# router ospf YY
SW1config-router# network YY.YY.15.194 0.0.0.0 area 0
SW1config-router# network YY.YY.15.162 0.0.0.0 area 0
SW1config-router# network YY.YY.7.7 0.0.0.0 area 0
R1config# router ospf YY
R1config-router# network YY.YY.15.161 0.0.0.0 area 0
Area 2
R1config# router ospf YY
R1config-router# network YY.YY.15.242 0.0.0.0 area 2
R2config# router ospf YY
R2config-router# network YY.YY.15.241 0.0.0.0 area 2
R2config-router# network YY.YY.15.129 0.0.0.0 area 2
R2config-router# network YY.YY.2.2 0.0.0.0 area 2
SW2config# ip routing
SW2config# router ospf YY
13 / 32
[S10]: 3
[S11]: 4
5 ospf
[S12]:
Configure EIGRP 100 and EIGRP YY per the IGP topology diagram. EIGRP updates should be
advertise only out to the interface per the IGP topoloty diagram.
On R1,redistribute between ospf and EIGRP YY.
However all of the routes that are indicated below from backbone3 (EIGRP 100)should
not be redistributed between both protocols . 198.2.1.0/24198.2.3.0/24
198.2.5.0/24198.1.1.4/304.1.1.0/24128.28.2.0/24
Use route maps to accomplish this requirement.All route-maps should utilize the same
access lists.
On R3,redistribute from EIGRP 100 into OSPF.
On R3, Redistribute from EIGRP 100 into EIGRP YY.However three networks
198.2.1.0/24,198.2.3.0/24,198.2.5.0/24 should be aggregated into a single address
with the most specific mask possible.
14 / 32
EIGRP YY
R1config# router eigrp YY
R1config-router# auto-summary
R1config-router# network YY.YY.15.249 0.0.0.0
R1config-router# network YY.YY.1.1 0.0.0.0
R3config# router eigrp YY
R3config-router# auto-summary
R3config-router# network YY.YY.15.245 0.0.0.0
R3config-router# network YY.YY.3.3 0.0.0.0
R5config# router eigrp YY
R5config-router# auto-summary
R5config-router# network YY.YY.15.97 0.0.0.0
R5config-router# network YY.YY.15.246 0.0.0.0
R5config-router# network YY.YY.15.250 0.0.0.0
R5config-router# network YY.YY.5.5 0.0.0.0
SW4config# ip routing
SW4config# router eigrp YY
SW4config-router# auto-summary
SW4config-router# network YY.YY.15.98 0.0.0.0
SW4config-router# network YY.YY.10.10 0.0.0.0
EIGRP 100
R3config# router eigrp 100
R3config-router# auto-summary
R3config-router# network 150.3.YY.1 0.0.0.0
EIGRP 100OSPF
R3config# router ospf YY
R3config-router# redistribute eigrp 100 subnets
EIGRP 100EIGRP YY
R3config# router eigrp YY
R3config-router# redistribute eigrp 100 metric 10000 100 255 1 1500
R3198.2.1.0/24198.2.3.0/24198.2.5.0/24
R3config# interface serial 0/0
R3config-if# ip summary-address eigrp YY 198.2.0.0 255.255.248.0
R1OSPFEIGRPYYEIGRP
15 / 32
[S16]:
1.IGPRIPv2RIP
2.RIP
3RIPRIPv1
4.R2 RIP OSPFYY SW4 RIP EIGRPYY R4
EIGRPYY
R2RIP
R2config# router rip
16 / 32
[S17]:
R2config-router# version 2
R2config-router# auto-summary
R2config-router# passive-interface default
R2config-router# neighbor YY.YY.15.33
R2config-router# network YY.0.0.0
R2config-router# exit
R2config# interface FastEthernet 0/1.24
R2config-subif# ip rip receive version 1 2
R4RIP
R4config# router rip
R4config-router# version 2
R4config-router# auto-summary
R4config-router# passive-interface default
R4config-router# neighbor YY.YY.15.34
R4config-router# neighbor YY.YY.15.66
R4config-router# network YY.0.0.0
R4config-router# exit
R4config# interface fastEthernet 0/0
R4config-if# ip rip receive version 1 2
R4config# interface fastEthernet 0/1
R4config-if# ip rip receive version 1 2
SW4RIP
SW4config# router rip
SW4config-router# version 2
SW4config-router# auto-summary
SW4config-router# passive-interface default
SW4config-router# neighbor YY.YY.15.65
SW4config-router# network YY.0.0.0
SW4config-router# exit
SW4config# interface vlan 44
SW4config-if# ip rip receive version 1 2
R2
R2config# router ospf YY
R2config-router# redistribute rip subnets
R2config# router rip
17 / 32
SW4
SW4config# router rip
SW4config-router# redistribute eigrp YY metric 2
SW4config# router eigrp YY
SW4config-router# redistribute rip meric 10000 100 255 1 1500
R2
R2config# router ospf YY
[S18]: OSPF
access-list 1
R2config-router# exit
110 RIP
120 R2 access-list 1
OSPF
R1 125
RIP
[S19]: YY.YY.15.128/27
YY.YY.15.240/27
GigabitEthernet 0/1.24
3
SW4 EIGRP YY RIP
[S20]: 15.128
SW4
15.240
[S21]: SW4
RIP EIGRP
YY.YY.15.128/27 YY.YY.15.240/27
RIP
128 240 AD
175 SW4
EIGRP
SW4config-router# redistribute rip metric 10000 100 255 1 1500 route-map default
SW4config# access-list 10 permit 0.0.0.0
SW4config# route-map default deny 10
SW4config-route-map# match ip address 10
[S22]: RIP
R2 15.128 15.240
RIP
15.128 15.240
SW4config-route-map#exit
SW4config# route-map default permit 20
GLBP
track SW4
18 / 32
K1-IGP
R2config# access-list 10 deny 4.0.0.0
R2config# access-list 10 deny 128.28.0.0
R2config# access-list 10 deny 198.1.1.0
R2config# access-list 10 deny 150.1.0.0
R2config# access-list 10 deny 150.2.0.0
R2config# access-list 10 deny 150.3.0.0
R2config# access-list 10 permit any
R2config# router rip
R2config-router# distribute-list 10 in FastEthernet0/1.24
0 R2 R2
Internet protocol version 6(IPv6) to configure IPv6 unique local unicast address
FC01:DB8:74:9::/64 eui-64
FC01:DB8:74:A::/64 eui-64
FC01:DB8:74:B::/64 eui-64
1.IPv6 EUI-64
2.OSPFv3R2-s0/0.zSW1 Area 1Area 0R4 PingSW1
IPv6
R4config# ipv6 unicast-routing
[S25]: IPv6
[S26]: IPv6
wrreload
[S27]:
RRnext-hop-self
advertise five routes with format 197.68.Z.0/24 and the AS_PATH 254,253.
The bgp devices should all prefer the path through R5(150.1.Y.254) for network
197.68.21.0/24 and 197.68.22.0/24,The internal board gateway protocol(IBGP)devices
should all prefer the path through SW2(150.2.Y.254) for network
197.68.1.0/24,197.68.4.0/24 and 197.68.5.0/24,this manipulation should be
accomplished only on one router using route-maps that refer to a single access-list.
ACL
Configure only the loopback 0 ip address to propagate BGP route information.
BGP routes should be advertised to AS 254.
BGP YY1
R1
R1config# router bgp YY1
R1config-router# bgp router-id YY.YY.1.1
R1config-router# bgp confederation identifier YY
R1config-router# bgp confederation peers YY2
R1config-router# neighbor ibgp peer-group
R1config-router# neighbor ibgp remote-as YY1
R1config-router# neighbor ibgp update-source Loopback0
R1config-router# neighbor YY.YY.3.3 peer-group ibgp
R1config-router# neighbor YY.YY.5.5 peer-group ibgp
R1config-router# neighbor YY.YY.10.10 peer-group ibgp
R1config-router# neighbor YY.YY.2.2 remote-as YY2
R1config-router# neighbor YY.YY.2.2 ebgp-multihop 255
R1config-router# neighbor YY.YY.2.2 update-source Loopback0
R3
R3config# router bgp YY1
R3config-router# bgp router-id YY.YY.3.3
R3config-router# bgp confederation identifier YY
R3config-router# neighbor ibgp peer-group
R3config-router# neighbor ibgp remote-as YY1
21 / 32
R5
R5config# router bgp YY1
R5config-router# bgp router-id YY.YY.5.5
R5config-router# bgp confederation identifier YY
R5config-router# neighbor ibgp peer-group
R5config-router# neighbor ibgp remote-as YY1
R5config-router# neighbor ibgp update-source Loopback0
R5config-router# neighbor YY.YY.1.1 peer-group ibgp
R5config-router# neighbor YY.YY.3.3 peer-group ibgp
R5config-router# neighbor YY.YY.10.10 peer-group ibgp
R5config-router# neighbor 150.1.YY.254 remote-as 254
R5config-router# neighbor 150.1.YY.254 route-map local-pre in
[S28]:
197.68.21.0/24 197.68.22.0/24 R5
SW4
SW4config# router bgp YY1
SW4config-router# bgp router-id YY.YY.10.10
SW4config-router# bgp confederation identifier YY
SW4config-router# bgp confederation peers YY2
SW4config-router# neighbor ibgp peer-group
SW4config-router# neighbor ibgp remote-as YY1
SW4config-router# neighbor ibgp update-source Loopback0
SW4config-router# neighbor YY.YY.1.1 peer-group ibgp
SW4config-router# neighbor YY.YY.3.3 peer-group ibgp
SW4config-router# neighbor YY.YY.5.5 peer-group ibgp
SW4config-router# neighbor YY.YY.2.2 remote-as YY2
SW4config-router# neighbor YY.YY.2.2 ebgp-multihop 255
SW4config-router# neighbor YY.YY.2.2 update-source Loopback0
22 / 32
BB1
BGP YY2
R2
R2config# router bgp YY2
R2config-router# bgp router-id YY.YY.2.2
R2config-router# bgp confederation identifier YY
R2config-router# bgp confederation peers YY1
R2config-router# neighbor YY.YY.1.1 remote-as YY1
R2config-router# neighbor YY.YY.1.1 ebgp-multihop 255
R2config-router# neighbor YY.YY.1.1 update-source Loopback0
R2config-router# neighbor YY.YY.10.10 remote-as YY1
R2config-router# neighbor YY.YY.10.10 ebgp-multihop 255
R2config-router# neighbor YY.YY.10.10 update-source Loopback0
R2config-router# neighbor YY.YY.8.8 remote-as YY2
R2config-router# neighbor YY.YY.8.8 update-source Loopback0
SW2
SW2config# router bgp YY2
SW4config-router# bgp router-id YY.YY.8.8
SW4config-router# bgp confederation identifier YY
SW4config-router# neighbor YY.YY.2.2 remote-as YY2
SW4config-router# neighbor YY.YY.2.2 update-source Loopback0
SW4config-router# neighbor 150.2.YY.254 remote-as 254
1 1500
SW2config# route-map connbb2 permit 10
SW2config-route-map# match interface vlan 2
SW2config-route-map#exit
SW2config# router ospf YY
SW2config-router# redistribute connected subnets route-map connbb2
R3
R3config# access-list 1 permit 150.1.38.0
R3config# access-list 1 permit 150.2.38.0
R3config# router ospf YY
23 / 32
[S29]:
OSPF SW1
SW1 BGP
R1
175 R5
MPLS
R4R2R1IPv6
R4config# ipv6 cef
R4config# ipv6 multicast-routing
R2config# ipv6 cef
R2config# ipv6 multicast-routing
R1config# ipv6 cef
R1config# ipv6 multicast-routing
RP
R4config# ipv6 access-list mul
R4config-acl# permit ipv6 host ff08::4000:4000 any
R4config# ipv6 pim rp-address R4-f0/1 IPv6 mul
R2config# ipv6 access-list mul
R2config-acl# permit ipv6 host ff08::4000:4000 any
R2config# ipv6 pim rp-address R4-f0/1 IPv6 mul
R1config# ipv6 access-list mul
R1config-acl# permit ipv6 host ff08::4000:4000 any
R1config# ipv6 pim rp-address R4-f0/1 IPv6 mul
24 / 32
R1s0/0/0.ZFF08::4000:4000Ping
R5AAA
R5config# aaa new-model
R5config# aaa authentication login default line
R5config# aaa authentication login HTTP local-case
R5config# aaa authorization exec HTTP local
R5config# no ip http server
R5config# ip http secure-server
R5config# ip http authentication aaa login-authentication HTTP
R5config# ip http authentication aaa exec-authorization HTTP
25 / 32
R5
R5config# username cisco privilege 1 password cisco
R5config# username ADMIN privilege 15 password CISCO
R5 R1 R3PPPCHAP
1.AAA R1 listR1R3 listR3
2.R1 radius server 198.2.3.128cisco
R1RACKYYR1cisco
3 R3 tacacs server 198.2.3.129cisco
R3BACKUPCISCO
R5AAAAAA server
R5config# aaa new-model
R5config# aaa authentication ppp R1 group radius local-case
R5config# aaa authentication ppp R3 group tacacs+ local-case
R5config# radius-server host 198.2.3.128 key cisco
R5config# tacacs-server host 198.2.3.129 key cisco
R5CHAP
R5config# username RACKYYR1 password cisco
R5config# username BACKUP password CISCO
R5config# interface serial 0/0
R5config-if# ppp authentication chap R1
26 / 32
1.EFAF11AF21
2.40%CBWFQ 35%
3.CIR64kbBECN32kb
27 / 32
4.4
:
R1Auto QOS
R1config# interface serial 0/1
R1config-if# auto discovery qos trust
R1config-if# auto qos voip trust
R5Auto QOS
R5config# interface serial 0/0
R5config-if# auto discovery qos trust
28 / 32
VLAN_H GLBPR4 R2 R4
MD5 GLBPciscoGLBPYY.YY.15.35
:
R2GLBP
R2config# interface FastEthernet 0/1.24
R2config-if# glbp 1 YY.YY.15.35
R2config-if# glbp 1 preempt
R2config-if# glbp 1 authentication MD5 key-string cisco
R4GLBP
R4config# interface FastEthernet 0/1
R4config-if# glbp 1 YY.YY.15.35
R4config-if# glbp 1 preempt
R4config-if# glbp 1 priority 105
R4config-if# glbp 1 authentication MD5 key-string cisco
R4config-if# glbp 1 weighting track 10
R4config# track 10 ip route 0.0.0.0 0.0.0.0 reachability
[S30]:
R4 should act as an NTP server to R3R4 should provide broadcast NTP updates only
to VLAN_H. The hardware clocks on R2 R3 and R4 should be updated by the software clock
R4 should use loopback 0 as the source address.
Absent an external time server R4 should use its own system clock to synchronize R2
and R4set the clock on R4 as 8:00 am08:00January 1 2000
Ultimatelythe clock on R2 R3 and R4 should be in synchronized
:
1.R4R3 NTP ServerR4 VLAN_HNTPloopback 0R2
R4 NTP R2R3R4
2.R4 8:00 am08:00January 1 2000
3.R2R3 R4
4R2R3R4
:
R4NTP server
R4config# clock timezone HK +8
R4config)# exit
R4 # clock set 8:00:00 1 jan 2000
R4 # configure terminal
R4config# ntp master 3
R4config# ntp source loopback 0
R4config# interface FastEthernet 0/1
R4config-if# ntp broadcast
R2NTP
R2config# clock timezone HK +8
R2config# ntp server YY.YY.4.4
R2config# interface FastEthernet 0/1.24
R2config-if# ntp broadcast client
R3NTP
R3config# clock timezone HK +8
R3config# ntp server YY.YY.4.4
R2R3R4
R2config# ntp update-calendar
R3config# ntp update-calendar
R4config# ntp update-calendar
30 / 32
:
R4config# ip flow-export version 9
R4config# ip flow-export source loopback 0
R4config# ip flow-export destination 198.2.5.10 9991
R4config# ip multicast netflow rpf-failure
R4config# ip multicast netflow output-counters
R4config# interface fastethernet 0/1
R4config-if# ip flow ingress
R4config-if# ip flow egress
:
31 / 32
:
R3config# access-list 4 permit YY.YY.4.4
R3config# access-list 4 permit YY.YY.15.33
R3config# access-list 4 permit YY.YY.15.65
R3config# tftp-server flash:TEST 4
32 / 32