Shared Flashcard Set

Details

IOS Basics
CCNA
47
Computer Networking
Not Applicable
11/30/2012

Additional Computer Networking Flashcards

 


 

Cards

Term
setting a password for privileged mode
Definition
enable secret _password_
Term
setting a login banner
Definition
from global config:
banner .....
Term
command to save config to nvram
Definition
from privileged mode:
copy run start
Term
enabling ssh
Definition
Term
effects of "no login"
Definition
disables the password prompt, removing authentication. Does not disable logins.
Term
viewing status of the MAC address table
Definition
sh mac-address-table ?
OR
sh mac address-table
Term
set switchport to only connect to end device
Definition
switchport mode access
Term
enable port security on switchport
Definition
switchport port-security
Term
switchport security: action taken by protect and restrict violation handlers and difference between the two.
Definition
allow the first mac address detected and ignore the rest.
restrict logs the violations, protect does not.
Term
status of an interface when it is shutdown due to port-security violation
Definition
Secure-Shutdown
Term
enable HTTP/HTTPS server
Definition
from global config:
ip http server //for http server
ip http secure-server /for https server
Term
set http server to use local authentication database
Definition
ip http authentication local
Term
set password on the vty or con lines
Definition
login
password PASSWORD
Term
steps to enable SDM
Definition
1. generate encryption keys
2. turn on http/https servers
3. create a privilege level 15 account
4. set vty and http to use local user database
Term
how to set clock rate of serial interface
Definition
can only be done when you have the DCE end of the cable
select interface
clock rate _rate_
Term
command to view encapsulation info of serial interface
Definition
sh controllers serial ...
Term
command to change encapsulation on serial interface
Definition
select interface
encapsulation _type_
Term
enable password encryption
Definition
service password-encryption
Term
show telnet/ssh sessions from device to other device
Definition
sh sessions
Term
command to see who is connected to current router/switch
Definition
sh users
Term
set a DNS server
Definition
ip name-server A.B.C.D
Term
disable automatic name-lookups
Definition
no ip domain-lookup
Term
disconnect a telnet/ssh session originating from the current router
Definition
disconnect _sessionNumber_
Term
disconnect a telnet/ssh session into the current router
Definition
clear line _lineNumber_
Line number can be found from sh users
Term
In sh cdp neighbors, what is port ID
Definition
The port on the remote devices attached interface
Term
In sh cdp neighbors, what is Holdtime
Definition
the time since the local router last heard from the connected router
Term
command to view detailed CDP info
Definition
sh cdp entry _device_
Term
disable cdp on an individual interface
Definition
select interface;
no cdp enable
Term
disable cdp for an entire device
Definition
no cdp run
Term
steps to enable telnet
Definition
Term
enable rip
Definition
router rip
Term
change rip to version 2
Definition
enter rip configuration (router rip)
version 2
Term
advertise a network using rip
Definition
enter rip configuration (router rip)
network A.B.C.D
Term
command to advertise an interface with address 10.5.3.6/24 with rip
Definition
network 10.0.0.0
the classful network MUST be used
Term
syntax of the copy command
Definition
copy _source_ _destination_
Term
effects of copying a config to running-config
Definition
merges the two configs
Term
effects of copying a config to startup-config
Definition
replaces the startup-config
Term
command to load IOS image from ftp server
Definition
from global config:
boot system ftp://....
Term
command to erase startup-config
Definition
erase startup-config
Term
change time-out for console/vty line
Definition
exec-timeout _min_ _sec_
Term
disable time-out on con/vty line
Definition
no exec-timeout
Term
set a default gateway for a switch
Definition
ip default-gateway A.B.C.D
Term
set a description on an interface
Definition
description DESCRIPTION
Term
command to show routing protocols info
Definition
sh ip protocols
Term
send static routes with RIP
Definition
redistribute static
this is useful when one router has the default route to the internet and it needs to be send to all the others.
Term
Command to delete VLAN config
Definition
delete flash:vlan.dat
Term
command to show status of port-security
Definition
sh port-security ?
Supporting users have an ad free experience!