- Given the the following network diagram, assume that port 1 through 3 are assigned to VLAN 1 and ports 4 through 6 are assigned to VLAN 2 on each switch. The switches are interconnected over a trunked link.
Which of the following conditions would verify VLAN and trunk operation? (choose 3)
- A. Host 1-1 can ping Host 1-2
- B. Host 1-1 can ping Host 4-2
- C. Host 1-1 can not ping Host 1-2
- D. Host 4-1 can not ping Host 1-2
- E. Host 4-1 can ping Host 4-2
Answer :A, D, E
- By looking at the configuration, Which additional command must be issued on the Branch router before interesting traffic will be sent to the Remote router?
Hostname: Branch Hostname: Remote
PH# 123-6000, 123-6001 PH# 123-8000, 123-8001
SPID1: 32055512360001 SPID1: 32055512380001
SPID2: 32055512360002 SPID2: 32055512380002
isdn switch-type basic ni
username Remote password cisco
interface bri0
ip address 10.1.1.1 255.255.255.0
encapsulation ppp
ppp authentication chap
isdn spid1 41055512360001
isdn spid2 41055512360002
dialer map ip 10.1.1.2 name Remote 1238001
dialer-list 1 protocol ip permit
- (config-if)# dialer-group 1
- (config-if)# dialer-list 1
- (config-if)# dialer map 1
- (config-if)# dialer-route 1
Answer : A
Explanation :The "dialer-group #" command tells the access-list (used with the dialer-list # command), which interface to activate when it finds interesting traffic. The numbers at end of each command must match.
- You are the network administrator of the RouterSim global software Company. You receive a call from a user who is unable to reach a server at a remote site. After further review you discover the following info:
Local PC 190.0.3.35/24
Default Gateway 190.0.3.1
Remote Server 190.0.5.250/24
You then conduct the following tests from the offending local PC: Ping 127.0.0.1 - Unsuccessful
Ping 190.0.3.35 - Successful
Ping 190.0.3.1 - Unsuccessful
Ping 190.0.5.250 - Unsuccessful
Which of the following problems would create the test results listed above?
- TCP/IP not correctly installed
- Local physical layer problem
- NIC not functioning
- Remote physical layer problem
Answer : A
Explanation :If you cannot ping the loopback address of 127.0.0.1, then something is wrong with the IP configuration of the host.
- Choose three reasons why the networking industry uses a layered model. (Choose 3)
- Allow changes in one layer to occur without changing other layers
- To get Gigabit speeds on LANs
- Clarify what general functions is to be done rather than how to do it
- To create filter tables on LANs
- Order network troubleshooting steps
Answer :A, C, E
Explanation :
The reasons to use a layer model are:
- Clarify what general function is to be done rather than how to do it.
- Reduce the complexity of networking into more manageable sublayers.
- Enable interoperability using standard interfaces.
- Allow changes in one layer to occur without changing other layers.
- Speed up network industry progress by allowing specialization.
- Allow for shortcut explanations to facilitate protocol comparisons.
- Order network troubleshooting steps.
- Facilitate systematic troubleshooting.
- What is a disadvantage to using bridges in your network?
- Filters by MAC address
- Stops broadcast storms
- Doesn't stop broadcast storms
- Can only use up to 4 bridges in any LAN
Answer : C
Explanation :
Even though the 5-4-3 rule specifies you can only have 4 bridges in a network, that is not really a disadvantage. The disadvantage to bridging is that it filters by MAC address and cannot create separate networks like a router can. This means that if a broadcast storm was to take place a bridge will forward the frames.