csc Flashcards
Command:
nslookup
Name System lookup, queries the DNS server to return an IP
Command:
enable
Change from User Exec mode to Privileged mode
Command:
configure terminal
Change from Privileged mode to global Configuration mode
Command:
exit
Exit the current mode to the previous one, or log out if at the beginning mode.
Command:
do
Allows you to run a non-config command while in config mode.
Command:
no
Undoes a configuration
Command:
hostname (name)
Change the hostname of the Cisco device
Command:
ip domain-name (name)
Change the domain name of the Cisco device
Command:
logging synchronous
Make it so a CLI does not interrupt a command while it is being typed if a debug message is received
Command:
(config-line)
password
Require and define a password to access the selected line
Command:
(config-line)
secret
Require and define a password that is hashed to access the selected line.
Command:
(config-line)
login local
Use the local database to login to this line instead of a defined password/database for this line specifically.
Command:
(config-line)
transport input (input)
Selects which protocols are allowed to access this line.
Command:
enable password
Require and define a password to enter Privileged mode.
Command:
enable secret
Require and define a password that is hashed to enter Privileged mode.
Command:
service password-encryption
Encrypts new passwords within the device.
Command:
clock timezone (timezone name) (hours from UTC)
create or configure a timezone to be used on the device
Command:
ip route (destination) (mask) (next hop/exit interface)
adds a static entry to a device’s routing table.
Command:
router (protocol) (number)
Enter the router dynamic routing protocol configuration mode
Command:
router ospf (number)
enter configuration mode for OSPF on a router
Command:
(config-router)
auto-cost reference-bandwidth (number)
configure the reference bandwidth for OSPF.
Command:
(config-router)
network (network IP) (Wildcard mask) area (area number)
Enables OSPF on all interfaces within the defined network and designates its area number.
Command:
show ip interface brief
Shows all network interfaces, their IP addresses, if they are OK, what method they use to connect, their status, and their protocol.
Command:
show ip route
Shows a routing table in a router