Router Configuration Commands Flashcards

1
Q

Router> enable

A

Move from user mode to privileged mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Router# erase startup-config

A

Erase startup-config from NVRAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Router# reload

A

Restarts the router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Router# configure terminal

A

Move to global configuration mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Router(config)# hostname R1

A

Set hostname to R1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

R1(config)# enable secret class

A

set encrypted secret password to class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

R1(config)# line console 0

A

enter line console mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

R1(config-line)# password cisco

A

set console password to cisco

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

R1(config-line)# login

A

enable password checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

R1(config-line)# logging synchronous

A

Stop logging messages from interrupting your configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

R1(config-line)# exit

A

Exits out of the (config-line)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

R1(config)# no ip domain lookup

A

stop resolving unrecognized commands into IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

R1(config)# service password-encryption

A

create a secure non-text password displayed in the configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

R1(config)# interface F0/0

A

enter interface mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

R1(config-if)# description Connection to S1

A

Add a description to interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

R1(config-if)# ip address 192.168.10.1 255.255.255.0

A

set IP address and subnet mask

17
Q

R1(config-if)# no shutdown

A

Enable interface

18
Q

R1# copy running-config startup-config

A

Save running-config to startup-config

19
Q

R1# show running-config

A

Display the current running configuration

20
Q

R1# show version

A

Display the IOS version and other useful device info

21
Q

R1# show ip interface brief

A

Display the status of the connected interfaces on the router

22
Q

R1(config)# interface S0/0/0

A

enter serial interface mode

23
Q

R1(config-if)# description Connection to R2

A

Add a description to interface

24
Q

R1(config-if)# ip address 209.165.200.225 255.255.255.252

A

set IP address and subnet mask