Cisco IOS Commands Flashcards
(244 cards)
What is the Cisco IOS Command?
In user EXEC mode, lists the subset of commands that are available at that level.
? or help
What is the Cisco IOS Command?
Applies the ACL to the vty line. The *{direction}* argument can have the value of eitherinorout**.
access-class {number} {**direction}
What is the Cisco IOS Command?
Creates a standard ACL that permits all traffic from or to a specified network.
access-list {number}permit{ip_address} {wildcard_mask}
What is the Cisco IOS Command?
Configures a standard ACL that permits a network.
access-list {acl_id}permit** {network} {wildcard_mask}
What is the Cisco IOS Command?
Creates a numbered access list entry.
access-list {acl_id} permit {network}
What is the Cisco IOS Command?
Allows the configuration of a message that is displayed just before login.
banner login
What is the Cisco IOS Command?
Enables Cisco Discovery Protocol on an interface.
cdp enable
What is the Cisco IOS Command?
Interface subcommands that enable [or disable] CDP for a particular interface.
[no] cdp enable
What is the Cisco IOS Command?
Global commands that enable [or disable] CDP for the entire switch or router.
[no] cdp run
What is the Cisco IOS Command?
Manages the system clock.
clock set
What is the Cisco IOS Command?
Activates the configuration mode from the terminal.
configure terminal
What is the Cisco IOS Command?
Enters global configuration mode.
configure terminal
What is the Cisco IOS Command?
Saves the running configuration into NVRAM as the startup configuration
copy running-config startup-config
What is the Cisco IOS Command?
Copies the switch running configuration file to another destination. A typical destination is the startup configuration.
copy running-config {destination}
What is the Cisco IOS Command?
Generates an RSA crypto key pair.
crypto key generate rsa
What is the Cisco IOS Command?
Generates the RSA key pairs to be used.
crypto key generate rsa
What is the Cisco IOS Command?
Enables debugging of ICMP packets.
debug ip icmp
What is the Cisco IOS Command?
OSPF subcommand to tell OSPF to create and advertise an OSPF default route, as long as the router has some default route (or to always advertise a default, if the always option is configured).
Default-information originate [always]
What is the Cisco IOS Command?
Specifies the IP address of the default router for a DHCP client.
default-router {address}
What is the Cisco IOS Command?
Deletes a file from flash memory.
delete {**name}
What is the Cisco IOS Command?
Creates a deny access list entry.
deny [ip | tcp | udp] {source_network} {wildcard} {mask} {dst_network} {wildcard} {mask}
What is the Cisco IOS Command?
Creates ACL statements for a named ACL. This one disallows.
deny {test conditions}
What is the Cisco IOS Command?
Adds a descriptive comment to the configuration of an interface.
description
What is the Cisco IOS Command?
Specifies the IP address of the DNS server that is available to a DHCP client.
dns-server {address}