cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1815
Views
0
Helpful
2
Replies

Router user interface modes.

c.knight
Level 1
Level 1

I am having a problem with one of my labs here at school any help would be greatly appreciated.

Mode Description:

1. User EXEC Mode

2. Privilaged EXEC mode

3. Global Configuration Mode

4. Router Configuration Mode4

5. Interface Configuration Mode

I need to align these with the given prompts.

Mode Prompts:

A. Router#

B. Router>

C. Router(config-if) #

D. Router(config-router) #

E. Router(config) #

Next I have to match the Mode Description (See 1-5) with thier functionality.

A. Detailed examination of router, debugging and testing. Remote Access.

B. Setting of IP addresses and subnet masks.

C. Simple configuration commands.

D. Limited examination of router. Remote Access.

E. Routing Protocols.

Finally , I need to type in the command that will get me from the current prompt to the desired prompt.

1. Router> to Privilaged EXEC mode

2. Router# to Global Config. mode

3. Router(config.)# to Interface Config. mode

4. Router(config.)# to Router Config. mode

Again, I would really appreciate any help. If my instructor was available when she says I could just ask her.

Thank You

c.knight

2 Replies 2

donewald
Level 6
Level 6

c.knight,

Hope this is what you were looking for.

A. Detailed examination of router, debugging and testing. Remote Access.

Router#

B. Setting of IP addresses and subnet masks.

Router(config-if) #

C. Simple configuration commands.

Router(config) #

D. Limited examination of router. Remote Access.

Router>

E. Routing Protocols.

Router(config-router) #

1. Router> to Privilaged EXEC mode

enable

2. Router# to Global Config. mode

configure terminal/memory/network/overwrite-network

3. Router(config.)# to Interface Config. mode

interface

4. Router(config.)# to Router Config. mode

router

bgp Border Gateway Protocol (BGP)

egp Exterior Gateway Protocol (EGP)

eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)

igrp Interior Gateway Routing Protocol (IGRP)

isis ISO IS-IS

iso-igrp IGRP for OSI networks

mobile Mobile routes

odr On Demand stub Routes

ospf Open Shortest Path First (OSPF)

rip Routing Information Protocol (RIP)

static Static routes

Hope this helps,

Don

drogell
Level 1
Level 1

Mode Description:

1. User EXEC Mode =b

2. Privilaged EXEC mode =a

3. Global Configuration Mode =e

4. Router Configuration Mode4 =d

5. Interface Configuration Mode =c

Next I have to match the Mode Description (See 1-5) with thier functionality.

A. Detailed examination of router, debugging and testing. Remote Access. =a

B. Setting of IP addresses and subnet masks. =c

C. Simple configuration commands. =e

D. Limited examination of router. Remote Access. =b

E. Routing Protocols. =d

1. Router> to Privilaged EXEC mode =enable

2. Router# to Global Config. mode =conf t

3. Router(config.)# to Interface Config. mode =interface s0

4. Router(config.)# to Router Config. mode router rip

hth

Dennis