1. administrator
2. standard
first get into the interface on which you want to apply the ACL and then assign the ACL using ip access-group command syntax: ip access-group <ACL num/name> <in/out> ex:- int fa 0/0 ip access-group 10 in
The interface is configured as a DCE device.
This is what the user sees and works with when using the computer..Different types are Graphical user interface, Command line interface and Manual driven interface
the dog
CLI is a type of computer interface that allows users to issue commands to a computer by typing using a keyboard. CLI means command line interface.
command prompt
To configure the clock rate for the hardware connections on serial interfaces such as network interface modules (NIMs) and interface processors to an acceptable bit rate, use the clock rate interface configuration command. Use the no form of this command to remove the clock rate if you change the interface from a DCE to a DTE device. Using the no form of this command on a DCE interface sets the clock rate to the hardware-dependent default value.
ssh command provide secure access to a remote machine using terminal.Use the following syntax when using ssh to connect to a remote computerssh remote_username@remote_host
A command-line interface is a text-only interface that relies on input from the keyboard to issue commands to the computer. On the other hand, a graphical user interface allows users to communicate with the computer using a combination of audio, images, animations and text rather than text only.
sh access-list
The difference between a command driven and a graphical user interface is that in command driven a user has to type commands in code to be executed in a terminal. In graphical, a user can simply navigate and operate using an interface and some sort of pointer or touch screen with no coding involved.
To deny access to DNS on port 53 using an access-list in a Cisco router, you would use the following command: access-list 100 deny udp any any eq 53 This command creates an access-list numbered 100 that denies all UDP traffic from any source to any destination on port 53. You would then apply this access-list to the appropriate interface in the inbound or outbound direction, depending on your network design.