Term
Chapter 2
Enter privileged-EXEC mode |
|
Definition
|
|
Term
Chapter 2
Enter global configuration mode |
|
Definition
|
|
Term
Chapter 2
Display Helpful information about a command |
|
Definition
|
|
Term
Chapter 2
Display the CLI command history |
|
Definition
|
|
Term
Chapter 2
Display and filter command output |
|
Definition
asa#show [command] {begin | include | exclude | grep[-v]} reg-ex |
|
|
Term
Chapter 2
Set the CLI screen width |
|
Definition
asa(config)#terminal width [characters] |
|
|
Term
Chapter 2
Set the CLI screen height |
|
Definition
asa(config)#pager [lines] [number] |
|
|
Term
Chapter 2
Force the ASA to return to factory default configuration |
|
Definition
asa(config)#configure factory-default |
|
|
Term
Chapter 2
Identify the startup configuration file in flash |
|
Definition
asa(config)#boot config [url] |
|
|
Term
Chapter 2
Clear or delete commands in the running configuration |
|
Definition
asa#clear configuration {all | primary | secondary | [command]} |
|
|
Term
Chapter 2
Clear the entire startup configuration |
|
Definition
|
|
Term
Chapter 2
Identify the operating system image file to run after the next reload |
|
Definition
asa(config)#boot system [device:path] |
|
|
Term
Chapter 2
Display the current boot variables |
|
Definition
|
|
Term
Chapter 2
Schedule a reload at a certain date and time |
|
Definition
asa#reload at [hh:mm] [day month | month day] |
|
|
Term
Chapter 2
Schedule a reload after a time interval |
|
Definition
asa#reload in {mm | hh:mm} |
|
|
Term
Chapter 2
Display the current reload schedule |
|
Definition
|
|
Term
Chapter 2
Cancel a scheduled reload |
|
Definition
|
|
Term
Chapter 3
List physical interfaces |
|
Definition
|
|
Term
Chapter 3
List interfaces that have a name and security level |
|
Definition
|
|
Term
Chapter 3
List ASA 5505 interfaces and VLAN mapping |
|
Definition
|
|
Term
Chapter 3
Configure the speed of a physical interfaces |
|
Definition
asa(config-if)#speed {auto | 10 | 100 | 1000} |
|
|
Term
Chapter 3
Configure the Duplex mode of an interface |
|
Definition
asa(config-if)#duplex {auto | full | half} |
|
|
Term
Chapter 3
Change the state of an interface |
|
Definition
asa(config-if)#{no} shutdown |
|
|
Term
Chapter 3
Map an ASA 5505 physical interface to a VLAN |
|
Definition
asa(config-if)#switchport access vlan [vlan-id] |
|
|
Term
Chapter 3
Define a Redundant interface and the member interfaces |
|
Definition
asa(config)#interface redundant [number] asa(config-int)#member-interface [physical_interface] |
|
|
Term
Chapter 3
Define a physical sub interface that is mapped to a VLAN number |
|
Definition
asa(config)#interface [hardware_id.subinterface] asa(config-subif)#vlan [vlan-id] |
|
|
Term
Chapter 3
Configure an ASA 5505 VLAN interface |
|
Definition
asa(config)#interface vlan [vlan-id] |
|
|
Term
Chapter 3
Assign an interface name |
|
Definition
asa(config-if)#nameif [if-name] |
|
|
Term
Chapter 3
Assign an IP address to an interface |
|
Definition
asa(config-if)#ip address [ip-address {subnet-mask}] |
|
|
Term
Chapter 3
Configure an interface to request an IP address from a DHCP server |
|
Definition
asa(config-if)#ip address dhcp {setroute} |
|
|
Term
Chapter 3
Assign a Security Level to an interface |
|
Definition
asa(config-if)#security-level [level] |
|
|
Term
Chapter 3
Allow traffic to pass between interfaces with the same security level, both across two separate interfaces and across logical interfaces on one interface |
|
Definition
asa(config)#same-security-traffic permit inter-interface
asa(config)#same-security-traffic permit intra-interface |
|
|
Term
Chapter 3
Set the interface MTU limit |
|
Definition
asa(config)#mtu [if_name] [bytes] |
|
|
Term
Chapter 3
Allow jumbo Ethernet frames on an ASA 5580 |
|
Definition
asa(config-if)#jumbo-frame reservation |
|
|
Term
Chapter 3
Display interface details |
|
Definition
asa#show interface {if_name} |
|
|
Term
Chapter 3
Display status of a redundant interface |
|
Definition
asa#show interface redundant [number] |
|
|
Term
Chapter 3
Display interfaces and their IP addresses and status |
|
Definition
asa#show interface ip brief |
|
|
Term
Chapter 4
Enable DHCP relay agent |
|
Definition
asa(config)#dhcprelay server [ip-address interface] |
|
|
Term
Chapter 4
Enable DHCP relay agent interface |
|
Definition
asa(config)#dhcprelay enable [interface] |
|
|
Term
Chapter 4
Override default gateway with ASA interface address |
|
Definition
asa(config)#dhcprelay setroute [interface] |
|
|
Term
Chapter 4
Enable DHCP server |
|
Definition
asa(config)#dhcpd enable [interface] |
|
|
Term
Chapter 4
Define an address pool |
|
Definition
asa(config)#dhcpd address [ip1-ip2] [interface] |
|
|
Term
Chapter 4
Define a DHCP option |
|
Definition
asa(config)#dhcpd option [code] |
|
|
Term
Chapter 4
Display the DHCP server status |
|
Definition
|
|
Term
Chapter 4
Display DHCP lease bindings |
|
Definition
asa#show dhcpd binding all |
|
|
Term
Chapter 4
Define a static route |
|
Definition
asa(config)#route [interface] [ip_address] [netmask] [gateway_ip] {distance} |
|
|
Term
Chapter 4
Define an SLA monitor process |
|
Definition
asa(config)#sla monitor [sla-id] |
|
|
Term
Chapter 4
Define a reachability test |
|
Definition
asa(config-sla-monitor)#type echo protocol ipIcmpEcho [target] interface [interface-name] |
|
|
Term
|
Definition
asa(config)#router rip asa(config-router)#version 2 |
|
|
Term
Chapter 4
Disable automatic route summarization |
|
Definition
asa(config-router)#no auto-summary |
|
|
Term
Chapter 4
Advertise default route information |
|
Definition
asa(config-router)#default-information originate |
|
|
Term
Chapter 4
Identify a network to participate in RIPv2 |
|
Definition
asa(config-router)#network [ip-address] |
|
|