Assessment ESwitching Chapter 1 - CCNA 3 Exploration: LAN Switching and Wireless (Version 4.0) 1. Refer to the exhibit. What characteristic of hierarchical network designs is exhibited by having SW3 connected to both SW1 and Sw2? scalability security redundancy maintainability 2. Which two characteristics are associated with enterprise …
Step 1: Config Router R1. Router> enRouter# conf tRouter(config)# hostname R1 config)# no ip domain-lookup config)#int lo0 config-if)#ip addr 192.168.1.1 255.255.255.0 config-if)#exit config)#int s0/1 config-if)#ip addr 192.168.2.1 255.255.255.0 config-if)#clock rate 64000 ← DCE config-if)#no shut config-if)#exit Step 2: configuration on Router R2. Router> en Router# conf tRouter(config)# hostname …
Redistribute EIGRP RIP OSPF 1. Configuration interface of router. *Configuration On R1 – Configuration rename device Router>enable Router#configure terminal Router(config)#hostname R1 R1(config)# – Configuration Banner motd R1(config)#banner motd "itexamanswers" – Configuration console R1(config)#line console 0 R1(config-line)#password cisco R1(config-line)#loggin synchronous R1(config-line)#exit – Configuration telnet R1(config)#line vty 0 4 R1(config-line)#password …
Learning ObjectivesUpon completion of this lab, you will be able to:• Cable a network according to the Topology Diagram.• Erase the startup configuration and reload a router to the default state.• Perform basic configuration tasks on a router.• Configure and activate Ethernet interfaces.• Test and verify configurations.• Reflect …
Assessment ERouting Final - CCNA 2 Exploration: Routing Protocols and Concepts (Version 4.0) 1. Refer to the exhibit. The network consists of hundreds of routers branched from connected regional distribution sites using single area OSPF. Recent network failures caused packet flooding and route recalculations in all branch networks. …
Learning Objectives: Upon completion of this lab, you will be able to: • Cable devices and establish console connections. • Erase and reload the routers. • Perform basic IOS command line interface operations. • Perform basic router configuration. • Verify and test configurations using show commands, ping and …
// E-Branch 2 conf t hostname EB2 enable secret class line console 0 password cisco login exit line vty 0 4 password cisco login exit banner motd %Authorized access only!% int f 0/0 ip add 192.168.1.1 255.255.255.192 no sh int f 0/1 ip add 192.168.1.65 255.255.255.192 no sh …
Assessment ERouting Chapter 11 - CCNA 2 Exploration: Routing Protocols and Concepts (Version 4.0) 1. What is the default administrative distance for OSPF? 90 100 110 115 120 2. Refer to the exhibit. What is the cost of the route to the 10.0.0.0 network? 2 110 1786 1.544 …
Assessment ERouting Chapter 10 - CCNA 2 Exploration: Routing Protocols and Concepts (Version 4.0) 1. Refer to the exhibit. What does JAX do with link-state packets from ORL? sends out its updated routing table to both ORL and BOS routers sends out the individual link-state packets out the …