Control-Direction (Wake-on-LAN)
5.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Router> enable
Step 2
configure terminal
Example:
Router# configure terminal
Step 3
interface gigabitethernet slot/port
Example:
Router(config)# interface gigabitethernet
0/0
Step 4
authentication control-direction {in|both}
Example:
Router(config-if)# authentication
control-direction in
Router(config-if)# authentication
control-direction both
Step 5
end
Example:
Router(config-if)# end
Router#
Cisco 3900 Series, Cisco 2900 Series, and Cisco 1900 Series Integrated Services Routers Generation 2 Software Configuration Guide
164
end
Chapter
Configuring Identity Features on Layer 3 Interface
Purpose
Enables privileged EXEC mode. Enter your
password if prompted.
Enters global configuration mode.
Enters interface configuration mode.
Configures the port mode as unidirectional or
bidirectional.
in-The port can send packets to the host, but
cannot receive packets from the host.
both-The port cannot receive packets from or send
packets to the host. This is the default value.
Returns to privileged EXEC mode.