Sie sind auf Seite 1von 8

What is the result if you configure two devices with the ntp server command ??

a - Nothing will happen until one of the devices is configured with prefer param eter B - the NTP protocol will determine which server is most reliable ... ans

Click and drag the protocols or resource on the left to the maintenance tools on the right that use them to perform ios device maintenance. Not all protocols w ill be used GUI MANAGEMENT - EEM, IP SLA CLI MANAGEMENT - SDM, CNA BACKUPS - TFTP, SCP ============================= What is the result of configuring the logging console warning command ?? A - messeges with a severity level of 4 and higher will be logged to all availab le tty lines ans b - only warning messages will be logged on the console c - warning, error, critical and informational messages will be logged on the co nsole d - warning, critical, alert and emergency messages will be logged on the consol e e - the logging console warning command needs to be followed in the configuratio n with logging buffer... ============================= a. b. c. d. e. PPDIOO structured bottoms up interrupt-driven divide and conquer

============================== ITIL - Framework for Best Practices for IT service management FCAPS - Defined by ISO and divides network management into five different catego ries TMN - An ITU-T model which defines a framework for the management of these types of networks Cisco Lifecycle Services - sometimes called the PPDIOO model

===============================

ip ftp username backup ip ftp password san-fran Refer to above. Which command sequence, shown below, would accomplish the same task as that shown in the graphic ?? a B ans c d ip tftp username backup ip tftp password san-fran ip scp username backup ip scp password san-fran ip http username backup ip http password san-fran ip stp username backup ip stp password san-fran

=================================== show cdp interface shows line protocol is up and cdp is enabled. still show cdp neighbor is not showing any neighbors. Which layer is having problem ?? a B ans c physical data link

....

=================================== R1(config)# access-list 199 permit tcp host 10.1.1.1 host 172.16.1.1 R1(config)# access-list 199 permit tcp host 172.16.1.1 host 10.1.1.1 R1# debug ip packet 199 detail a these commands will generate an error message because you cannot use an access list with any debug commands b these commands will have no effect at all. the debug ip packet command will work as normal and display info for all ip packets C these commands turn on debug ip packet only for packets between hosts 10 .1.1.1 and 172.16.1.1 ans d two. these commands will only work when you specify only one host rather than

===================================== Which three management categories are contained in the FCAPS network maintenance model ?

A ans B ans c D ans e f -

Config Fault Storage Accounting Redundancy Telecommunications

=======================================

209.65.200.241

Ticket 01 : Ping did not succeed from R4 - R3 - R2 - R1 We run show ip bgp neighbor on R1 BGP state is "Active" sh run router bgp 65001 no synchronization bgp log-neigbor-changes neigbor 209.65.200.226 remote-as 6500 ==> PP1 this is not permitted in a n access list given below no auto-summary

ip access-list extended edge_security deny ip ... deny ip ... deny ip ... deny ip ... permit ip host 209.65.200.241 any ==> PP2 (We have to permit abo ve stated address also) Answer : Qn 1 - On Which device is the fault located ?? a. R1 Qn 2 - The fault condition is related to which technology ?? g. (the last option) IPv4 layer 3 security

Qn 3 - What is the solution to the fault condition ?? b. Under the ip access-list extended edge_security configuration add the permit ip 209.65.200.224 0.0.0.3 any command

Ticket 02 : Pinging is not there in R4 - R3 - R2 - R1 R1# show ip bgp neighbor show BGP state = "Idle" ==> PP1 -> bgp statement is wrong somew here Answer : Qn 1 - On Which device is the fault located ?? a. R1 Qn 2 - The fault condition is related to which technology ?? a. BGP Qn 3 - What is the solution to the fault condition ?? d. Under the BGP process, delete the neighbor 209.56.200.226 rem ote-as 65002 command and enter the neighbor 209.65.200.226 remote-as 65002 co mmand

Ticket 03 : R1 is pinging but R2 is not pinging R1 and R2 are running OSPF between them R1# show run checked process <router ospf 1> R2# show run Checked process <router ospf 1> R2# show ip ospf neighbor shown only one neighbor 3.3.3.3 which is linking to R3 and not R 1, indicating that network was not advertised on R1 Answer : Qn 1 - On Which device is the fault located ?? a. R1 Qn 2 - The fault condition is related to which technology ?? d. IPv4 OSPF Routing Qn 3 - What is the solution to the fault condition ?? b. Enabel OSPF routing on the s0/0/0 interface uring the network 10.1.1.0 0.0.0.255 area 12 command

Ticket 04 : R4 and DSW1 both are pinging. Client1 >ipconfig APIPA Address ==> PP1 -> Problem is in ASW1 ASW1#show vlan NONE of ports is a member of vlan 10 Answer : Qn 1 - On Which device is the fault located ?? g. ASW1 Qn 2 - The fault condition is related to which technology ?? d. Access Vlans Qn 3 - What is the solution to the fault condition ?? d. In configuration mode, using interface range fastethernet 1/0 /1 - 2, then swichport access vlan 10 command Ticket 05 : R4 and DSW1 both are pinging Client 1 > ipconfig shows APIPA address ASW1#sh vlan 2 ports are allocated in vlan 10 ASW1#show interfaces fa1/0/1 shows Fastethernet 1/0/1 is down, line protocol is down (err-dis abled) <== shown in first line Answer : Qn 1 - On Which device is the fault located ?? g. ASW1 Qn 2 - The fault condition is related to which technology ?? e. port-security Qn 3 - What is the solution to the fault condition ?? b. In configuration mode, using the interfaces range fa1/0/1 - 2 , then no switchport port-security, followed by shutdown, no sh utdown interace configuration commands Ticket 06 : Both R4 and DSW1 are pinging Client 1 >ipconfig shows APIPA address ASW1 ASW1# show vlan shows 2 ports as member of vlan10, fa1/0/1 and fa1/0/2 ASW1# show interfaces fa1/0/1 1st Line shows fa1/0/1 is up - LIne Protocol is up ASW1# show interfaces trunk

==> PP1 -> problem probably is in

None ports show vlan10 as its member, whereas vlan10 sho uld have been the member of one of the Ports Answer : Qn 1 - On Which device is the fault located ?? g. ASW1 Qn 2 - The fault condition is related to which technology ?? b. Switch-to-Switch Connectivity Qn 3 - What is the solution to the fault condition ?? b. In configuration mode, using the interface range port-channe l 13, port-channel 23, then configure switchport trunk allowed vlan none followed by switchpor t trunk allowed vlan 10,200 commands

Ticket 07 : R4 and DSW1 both are pinging ASW1# show vlan shows 2 member ports in vlan 10 ASW1# show interfaces fa1/0/1 shows fa1/0/1 is up, line protocol is up ==> in first line of ou tput ASW1# show interfaces trunk shows vlan10,200 is allowed DSW1# show run vlan access-map test1 10 action drop ==> PP1 -> vlan 10 is not permitted Answer : Qn 1 - On Which device is the fault located ?? e. DSW1 Qn 2 - The fault condition is related to which technology ?? k. VLAN ACL / Port ACL (second last option) Qn 3 - What is the solution to the fault condition ?? d. Under the global configuration mode enter no vlan filter test 1 vlan-list 10 command

Ticket 08 : R4 and DSW1 are both pinging and client1 is having IP address assign ed (address is : 10.2.1.3) R1#show run there is an access list command namely nat_traffic which permits 10.1.0.0 but does not permit 10.2.0.0 our client1 is having address 10.2.1.3 so it is not permitted as per access-list nat_traffic

Answer : Qn 1 - On Which device is the fault located ?? a. R1 Qn 2 - The fault condition is related to which technology ?? c. IP-NAT Qn 3 - What is the solution to the fault condition ?? c. Under the ip access-list standard nat_traffic configuration e nter the permit 10.2.0.0 0.0.255.255 command

Ticket 09 : R4 is pinging but DSW1 is not pinging R4>sh run Router EIGRP 10 redistribute ospf 1 route-map OSPF_to_EIGRP ould have been OSPF->EIGRP Router OSPF 1 redistribute eigrp 10 subnets route-map EIGRP->OSPF Answer : Qn 1 - On Which device is the fault located ?? d. R4 Qn 2 - The fault condition is related to which technology ?? e. IPv4 Route Redistribution

<== it sh

Qn 3 - What is the solution to the fault condition ?? a. Under the EIGRP process, delete the redistribute ospf 1 route -map OSPF_to_EIGRP command and enter the redistribute ospf 1 route-map OSPF->EIGRP comm and

Ticket 10 : R4 is pinging, DSW1 is not pinging DSW1#sh ip eigrp neighbors shows one neighbor R4# show run shows <router eigrp 1> ==> shows router eigrp 1 under it, it sho uld be router eigrp 10 instead Answer : Qn 1 - On Which device is the fault located ?? d. R4 Qn 2 - The fault condition is related to which technology ?? d. IPv4 EIGRP Routing

Qn 3 - What is the solution to the fault condition ?? c. Change the AS number on the EIGRP routing process from 1 to 1 0 to match the AS number used on DSW1 and DSW2 Ticket 11 : IPv6 Problem ticket has been opened indicating that the loopback address on R 1 (2026::111:1) is not able to ping the loopback address of DSW2(2026::102:1) Command on R2 and R3 were run as under : Show ipv6 ospf neighbor On both R2 and R3, one neighbor each was there Command on R2 and R3 were run as under : Show run On both R2 and R3, one neighbor each was there On R3, Under this section : interface serial 0/0/0.23 point-to-point ==> .23 is the main clue of question ipv6 ospf 6 area 0 is not present in R2. It should be there ==> PP -> command is present which

Answer : Qn 1 - On Which device is the fault located ?? b. R2 Qn 2 - The fault condition is related to which technology ?? c. IPv6 OSPF Routing Qn 3 - What is the solution to the fault condition ?? a. Under the interface serial 0/0/0.23 configuration enter the i pv6 ospf 6 area 0 command

Ticket 12 : HSRP Group 10 problem Answer : Qn 1 - On Which device is the fault located ?? e. DSW1 Qn 2 - The fault condition is related to which technology ?? b. HSRP Qn 3 - What is the solution to the fault condition ?? b. Under the track 1 object configuration delete the threshold m etric up 1 down 2 command and enter the threshold metric up 61 down 62 command 398415678

Das könnte Ihnen auch gefallen