Wednesday, 28 December 2016

CCNP TSHOOT : HOW TO PASS THE MONSTER PART TWO

YOU TUBE LINKCCNP TSHOOT  PART TWO.wmv            

Please find playlist in Hindi & English below:https://www.youtube.com/playlist?list=PL1PiPEQOeKMYqOvyKpym_dkoFY2y5BKt0https://www.youtube.com/playlist?list=PL1PiPEQOeKMY3r659R5gyWt4ScTzpyg6w

Sometimes to write every thing is very difficult so you please watch the videos associated with this page.

How to pass CCNP TSHOOT EXAM: 

..................... REMAINING FROM PART ONE ..........

8. SWITCHPORT VLAN 
9. SWICHPORT TRUNK
10.EIGRP AS MISMATCH
11.EIGRP OSPF REDISTIBUTION PROBLEM
12.IPv6 OSPF AREA MISMATCH
13.DHCP RANGE PROBLEM
14.EIGRP PASSIVE INTERFACE 

8. SWITCHPORT VLAN 




Client 1 & 2 are getting 169.x.x.x ip addresses and can’t ping DSW1 or FTP Server but they
 are able to ping each other.

Situation: in port channel configuration of ASW1 vlan 10 is not allowed. (Use L2 Diagram)
Configuration of ASW1
interface FastEthernet1/0/1
switchport mode access
switchport access vlan 1
!
interface FastEthernet1/0/2
switchport mode access
switchport access vlan 1

On ASW1, on interfaces fa0/1, fa0/2 switchport access vlan 1

Answer: on ASW1 change switchport access vlan 1 to switchport access vlan 10

Ans1)ASW1
Ans2)Vlan

Ans3)give command: interface range fa1/0/1-/2 & switchport access vlan 10

9. SWICHPORT TRUNK



Client 1 is getting 169.x.x.x ip address.
Client 1 & 2 can ping each other but they are unable to ping DSW1 or FTP Server  (Use L2/3 Diagram)
Configuration of ASW1
interface PortChannel13
switchport mode trunk
switchport trunk allowed vlan 1-9
!
interface PortChannel23
switchport mode trunk
switchport trunk allowed vlan 1-9
!
interface FastEthernet1/0/1
switchport mode access
switchport access vlan 10
!
interface FastEthernet1/0/2
switchport mode access
switchport access vlan 10

Answer: on port channel 13, 23 disables all vlans and give switchport trunk allowed vlan 10,200

Ans1)ASW1
Ans2)Switch to switch connectivity
Ans3)int range portchannel13,portchannel23
switchport trunk allowed vlan none
switchport trunk allowed vlan 10,200


10.EIGRP AS MISMATCH




Client 1 is not able to ping the Webserver
DSW1 can ping fa0/1 of R4 but can’t ping s0/0/0/0.34

Check ip eigrp neighbors from DSW1 you will not see R4 as neighbor.(use ipv4 Layer 3)
‘Show ip route’ on DSW1 you will not see any 10.x.x.x network route.

On DSW1 & DWS2 the EIGRP AS number is 10 (router eigrp 10) but on R4 it is 1 (router eigrp 1)

Answer: change router AS on R4 from 1 to 10

Ans1) R4
Ans2) EIGRP

Ans3) Change EIGRP AS number from 1 to 10

11.EIGRP OSPF REDISTIBUTION PROBLEM


Client 1 is not able to ping the Webserver
DSW1 can ping fa0/1 of R4. However clients and DSW1 can’t ping R4's S0/0/0/0.34 interface (10.1.1.10)

On R4 in router eigrp:
router eigrp 10
network 10.1.4.5 0.0.0.0
no auto-summary
redistribute ospf 1 metric 100 10 255 1 1500 route-map EIGRP_to_OSPF
!
router ospf 1
network 10.1.1.8 0.0.0.0 area 34
redistribute eigrp 10 subnets
!

route-map EIGRP->OSPF
match ip address 1

Answer:change in router eigrp router-map name

Ans1) R4
Ans2) Route redistribution
Ans3) Change the name of the route-map under the router EIGRP or router OSPF process from ‘EIGRP_to_OSPF’ to ‘EIGRP->OSPF’.

12.IPv6 OSPF AREA MISMATCH


DSW1 & R4 can’t ping R2's loopback interface or s0/0/0/0.12 IPv6 address.
R2 is not an OSPFv3 neighbor on R3
Situation: ipv6 ospf was not enabled on R2’s serial interface connecting to R3. (use ipv6 Layer 3)

Configuration of R2
ipv6 router ospf 6
router-id 2.2.2.2
!
interface s0/0/0/0.23
ipv6 address 2026::1:1/122

Configuration of R3
ipv6 router ospf 6
router-id 3.3.3.3
!
interface s0/0/0/0.23
ipv6 address 2026::1:2/122
ipv6 ospf 6 area 0

Answer:

In interface configuration mode of s0/0/0/0.23 on R2:
ipv6 ospf 6 area 12

Ans1) R2
Ans2) OSPFv3
Ans3) on the serial interface of R2, enter the command ipv6 ospf 6 area 0 (notice that it is “area 0?, not “area 12?)

13.DHCP RANGE PROBLEM


In this ticket, check the IP on Client1, if it gets 169.x.x.x then use the “show run” command on R4. If you see the
  “ip dhcp exclude 10.2.1.1-1.10.2.1.253? then the DHCP range has been misconfigured.

Configuration on R4 was:

!
ip dhcp exclude 10.2.1.1-10.2.1.253
!

Ans1) R4
Ans2) DHCP
Ans3) on R4 delete ip dhcp exclude 10.2.1.1-10.2.1.253 and apply ip dhcp-excluded 10.2.1.1-10.2.1.2

14.EIGRP PASSIVE INTERFACE 



the neighborship between R4 and DSW1 wasn’t establised. Client 1 can’t ping R4
Configuration on R4 was:
router eigrp 10
passive-interface default
redistribute ospf 1 route-map OSPF->EIGRP
network 10.1.4.4 0.0.0.3
network 10.1.4.8 0.0.0.3
default-metric 10000 100 255 1 10000
no auto-summary

Answer 1) R4
Answer 2) IPv4 EIGRP Routing

Answer 3) Remove “Passive interface” under EIGRP 10 (or in Interface f0/1 and f0/0, something like this)

MASTER TOPOLOGY ON PACKET-TRACER WITH CONFIGURATION


ACCESS SWITCH 1
AS1#SH RUN
Building configuration...

Current configuration : 1387 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname AS1
!
!
interface FastEthernet0/1
 switchport access vlan 10
!
interface FastEthernet0/2
 switchport access vlan 10
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/20
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Port-channel 13
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Port-channel 23
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.2.1.3 255.255.255.0
!
line con 0
line vty 0 4
 login
!
!
!
end

ACCESS SWITCH 2

!
hostname ASW2
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/1
 switchport access vlan 20
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Port-channel 14
!
interface Port-channel 24
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end

DISTRIBUTION LAYER SWITCH 1
!
hostname DSW1
!
interface FastEthernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Port-channel 1
!
interface Port-channel 12
!
interface Port-channel 13
!
interface Port-channel 14
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.2.1.2 255.255.255.0
!
router eigrp 10
 network 10.1.4.4 0.0.0.3
 network 10.0.0.0
 no auto-summary
!
ip classless
!
!
line con 0
line vty 0 4
 login
!
!
!
end
DISTRIBUTION LAYER SWITCH 2
hostname DSW2
!
!
interface FastEthernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/3
!
interface FastEthernet0/4
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Port-channel 12
!
interface Port-channel 23
!
interface Port-channel 24
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan200
 no ip address
!
router eigrp 10
 network 10.0.0.0
 no auto-summary
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end

!
hostname R4
!
!
!
!
ip dhcp excluded-address 10.2.1.1 10.2.1.2
ip dhcp excluded-address 10.2.2.1 10.2.2.9
!
ip dhcp pool dhcp_pool
 network 10.2.1.0 255.255.255.0
 default-router 10.2.1.1
ip dhcp pool vlan20
 network 10.2.2.0 255.255.255.0
 default-router 10.2.2.1
!
!
interface FastEthernet0/0
 ip address 10.1.4.5 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet0/0.10
 encapsulation dot1Q 10
 ip address 10.2.1.1 255.255.255.0
!
interface FastEthernet0/0.20
 encapsulation dot1Q 20
 ip address 10.2.2.1 255.255.255.0
!
interface FastEthernet0/1
 ip address 10.1.4.9 255.255.255.252
 duplex auto
 speed auto
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
 ip address 10.1.1.10 255.255.255.252
 frame-relay interface-dlci 403
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Serial0/1/0
 no ip address
 shutdown
!
interface Serial0/1/1
 no ip address
 shutdown
!
interface FastEthernet1/0
 switchport mode access
 shutdown
!
interface FastEthernet1/1
 switchport mode access
 shutdown
!
interface FastEthernet1/2
 switchport mode access
 shutdown
!
interface FastEthernet1/3
 switchport mode access
 shutdown
!
interface FastEthernet1/4
 switchport mode access
 shutdown
!
interface FastEthernet1/5
 switchport mode access
 shutdown
!
interface FastEthernet1/6
 switchport mode access
 shutdown
!
interface FastEthernet1/7
 switchport mode access
 shutdown
!
interface FastEthernet1/8
 switchport mode access
 shutdown
!
interface FastEthernet1/9
 switchport mode access
 shutdown
!
interface FastEthernet1/10
 switchport mode access
 shutdown
!
interface FastEthernet1/11
 switchport mode access
 shutdown
!
interface FastEthernet1/12
 switchport mode access
 shutdown
!
interface FastEthernet1/13
 switchport mode access
 shutdown
!
interface FastEthernet1/14
 switchport mode access
 shutdown
!
interface FastEthernet1/15
 switchport mode access
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 10
 redistribute ospf 1 metric 1 1 1 1 1 
 network 10.1.4.4 0.0.0.3
 network 10.1.4.8 0.0.0.3
 network 10.0.0.0
 no auto-summary
!
router ospf 1
 log-adjacency-changes
 redistribute eigrp 10 metric 444 subnets 
 network 10.1.1.8 0.0.0.3 area 34
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end
CONFIGURATION OF R3
!
hostname R3
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
 ip address 10.1.1.6 255.255.255.252
 frame-relay interface-dlci 302
!
interface Serial0/0/0.2 point-to-point
 ip address 10.1.1.9 255.255.255.252
 frame-relay interface-dlci 304
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Serial0/1/0
 no ip address
 shutdown
!
interface Serial0/1/1
 no ip address
 shutdown
!
interface FastEthernet1/0
 switchport mode access
 shutdown
!
interface FastEthernet1/1
 switchport mode access
 shutdown
!
interface FastEthernet1/2
 switchport mode access
 shutdown
!
interface FastEthernet1/3
 switchport mode access
 shutdown
!
interface FastEthernet1/4
 switchport mode access
 shutdown
!
interface FastEthernet1/5
 switchport mode access
 shutdown
!
interface FastEthernet1/6
 switchport mode access
 shutdown
!
interface FastEthernet1/7
 switchport mode access
 shutdown
!
interface FastEthernet1/8
 switchport mode access
 shutdown
!
interface FastEthernet1/9
 switchport mode access
 shutdown
!
interface FastEthernet1/10
 switchport mode access
 shutdown
!
interface FastEthernet1/11
 switchport mode access
 shutdown
!
interface FastEthernet1/12
 switchport mode access
 shutdown
!
interface FastEthernet1/13
 switchport mode access
 shutdown
!
interface FastEthernet1/14
 switchport mode access
 shutdown
!
interface FastEthernet1/15
 switchport mode access
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 10.1.1.4 0.0.0.3 area 0
 network 10.1.1.8 0.0.0.3 area 34
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end

CONFIGURATION OF R2

R2#
R2#SH RUN
Building configuration...

Current configuration : 1983 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
 ip address 10.1.1.2 255.255.255.252
 frame-relay interface-dlci 201
!
interface Serial0/0/0.2 point-to-point
 ip address 10.1.1.5 255.255.255.252
 frame-relay interface-dlci 203
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Serial0/1/0
 no ip address
 shutdown
!
interface Serial0/1/1
 no ip address
 shutdown
!
interface FastEthernet1/0
 switchport mode access
 shutdown
!
interface FastEthernet1/1
 switchport mode access
 shutdown
!
interface FastEthernet1/2
 switchport mode access
 shutdown
!
interface FastEthernet1/3
 switchport mode access
 shutdown
!
interface FastEthernet1/4
 switchport mode access
 shutdown
!
interface FastEthernet1/5
 switchport mode access
 shutdown
!
interface FastEthernet1/6
 switchport mode access
 shutdown
!
interface FastEthernet1/7
 switchport mode access
 shutdown
!
interface FastEthernet1/8
 switchport mode access
 shutdown
!
interface FastEthernet1/9
 switchport mode access
 shutdown
!
interface FastEthernet1/10
 switchport mode access
 shutdown
!
interface FastEthernet1/11
 switchport mode access
 shutdown
!
interface FastEthernet1/12
 switchport mode access
 shutdown
!
interface FastEthernet1/13
 switchport mode access
 shutdown
!
interface FastEthernet1/14
 switchport mode access
 shutdown
!
interface FastEthernet1/15
 switchport mode access
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 10.1.1.0 0.0.0.3 area 12
 network 10.1.1.4 0.0.0.3 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end
CONFIGURATION OF R1
!
hostname R1
!
!
interface FastEthernet0/0
 no ip address
 ip nat outside
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0/0.1 point-to-point
 ip address 10.1.1.1 255.255.255.252
 frame-relay interface-dlci 102
!
interface Serial0/0/1
 no ip address
 ip nat outside
 shutdown
!
interface Serial0/1/0
 no ip address
 shutdown
!
interface Serial0/1/1
 ip address 209.65.200.225 255.255.255.252
 clock rate 64000
!
interface FastEthernet1/0
 switchport mode access
 shutdown
!
interface FastEthernet1/1
 switchport mode access
 shutdown
!
interface FastEthernet1/2
 switchport mode access
 shutdown
!
interface FastEthernet1/3
 switchport mode access
 shutdown
!
interface FastEthernet1/4
 switchport mode access
 shutdown
!
interface FastEthernet1/5
 switchport mode access
 shutdown
!
interface FastEthernet1/6
 switchport mode access
 shutdown
!
interface FastEthernet1/7
 switchport mode access
 shutdown
!
interface FastEthernet1/8
 switchport mode access
 shutdown
!
interface FastEthernet1/9
 switchport mode access
 shutdown
!
interface FastEthernet1/10
 switchport mode access
 shutdown
!
interface FastEthernet1/11
 switchport mode access
 shutdown
!
interface FastEthernet1/12
 switchport mode access
 shutdown
!
interface FastEthernet1/13
 switchport mode access
 shutdown
!
interface FastEthernet1/14
 switchport mode access
 shutdown
!
interface FastEthernet1/15
 switchport mode access
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 redistribute bgp 65001 metric 444 subnets 
 network 10.1.1.0 0.0.0.3 area 12
!
router bgp 65001
 bgp log-neighbor-changes
 no synchronization
 neighbor 209.65.200.226 remote-as 65002
 network 209.65.200.224 mask 255.255.255.252
 redistribute ospf 1 match internal external 1 external 2 
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end
CONFIGURATION OF CLOUD 

!
hostname CL
!
!
interface FastEthernet0/0
 ip address 209.65.200.242 255.255.255.248
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/0/0
 no ip address
 clock rate 64000
!
interface Serial0/0/1
 no ip address
 shutdown
!
interface Serial0/1/0
 no ip address
 shutdown
!
interface Serial0/1/1
 ip address 209.65.200.226 255.255.255.252
!
interface FastEthernet1/0
 switchport mode access
 shutdown
!
interface FastEthernet1/1
 switchport mode access
 shutdown
!
interface FastEthernet1/2
 switchport mode access
 shutdown
!
interface FastEthernet1/3
 switchport mode access
 shutdown
!
interface FastEthernet1/4
 switchport mode access
 shutdown
!
interface FastEthernet1/5
 switchport mode access
 shutdown
!
interface FastEthernet1/6
 switchport mode access
 shutdown
!
interface FastEthernet1/7
 switchport mode access
 shutdown
!
interface FastEthernet1/8
 switchport mode access
 shutdown
!
interface FastEthernet1/9
 switchport mode access
 shutdown
!
interface FastEthernet1/10
 switchport mode access
 shutdown
!
interface FastEthernet1/11
 switchport mode access
 shutdown
!
interface FastEthernet1/12
 switchport mode access
 shutdown
!
interface FastEthernet1/13
 switchport mode access
 shutdown
!
interface FastEthernet1/14
 switchport mode access
 shutdown
!
interface FastEthernet1/15
 switchport mode access
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
router bgp 65002
 bgp log-neighbor-changes
 no synchronization
 neighbor 209.65.200.225 remote-as 65001
 network 209.65.200.240 mask 255.255.255.240
 redistribute connected 
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
 login
!
!
!
end




No comments:

Post a Comment