ITNv7 Configuration Commands

0.0(0)
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1

router(config)# hostname name

Sets the hostname of the router or switch

2

router(config)# enable secret password

Secures privileged EXEC mode

3

router(config)# line con 0

router(config-line)# password password

router(config-line)# login

Secures user EXEC mode

4

router(config)# line vty 0 15

router(config-line)# password password

router(config-line)# login

router(config-line)# transport input telnet

Secures remote access for telnet

5

router(config)# line vty 0 15

router(config-line)# password password

router(config-line)# login

router(config-line)# transport input ssh

Secures remote access for SSH

6

Router(config)# service password-encryption

Secures all passwords in the config file

7

Router(config)# banner motd "message"

Provides a legal notification banner

8

Router(config)# copy running-configuration startup-configuration

Saves the configuration to NVRAM

9

Router(config)# interface type and number

Enters interface configuration mode

10

Router>enable

Enters privileged EXEC mode

11

Router#

Privileged EXEC mode

12

Router#configure terminal

Enters configuration mode

13

Router(config)# interface g0/0/0

Router(config-if)# description your description

Router(config-if)# ip address ip-address subnet-mask

Router(config-if)# ipv6 address ipv6 address/prefix length

Router(config-if)# no shutdown

Interface configuration steps

14

Router(config-if)# no shutdown

Activates the interface

15

Router# show ip interface brief

Displays all interfaces, their IP addresses, and their current status

16

Router# show ip route

Displays the content of the routing table

17

Router# show interfaces

Displays statistics for all interfaces on the device. Only displays IPv4 addressing information.

18

Router# show ip interfaces

Displays the IPv4 statistics for all interfaces on a router

19

Router# show IPv6 interface

Displays the IPv6 statistics for all interfaces on a router