answersLogoWhite

0

1. administrator

2. standard

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which Cisco IOS command assigns an ACL to an interface?

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


What is the result of using the clock rate 56000 command at the serial interface of the router?

The interface is configured as a DCE device.


What is user interface and their differentype?

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


When using graphical interface you must type the exact command you wish to execute?

the dog


What is CLI?

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.


Which user interface can you use to change the network settings to connect to the Internet using a modem?

command prompt


Why set clock rate in router?

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.


Which command provides secure command line access to a remote Linux machine?

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


What is the difference between GUI and a command line interface?

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.


If you are using standard access list the subnet of 172.16.11.240 to deny with access the network what will be your first command?

sh access-list


What is the difference between command driven and graphical user interface?

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.


How would you write an access-list to deny access to dns 53?

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.