Computer Networking
Which command is used to determine if an IP access list is enabled on a particular interface?

show interface access-lists
show access-lists
show ip interface
show interface

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Communication network is

a collection of interconnected functional units that provides a data communications service among stations attached to the network
one or more conductors that serve as a common connection for a related group of devices
a continuous frequency capable of being modulated or impressed with a second signal
the condition with two or more stations attempt to use the same channel at the same time
None of these

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
In Cisco's Unified Wireless Solution, what is the split-MAC architecture?

The split-MAC architecture allows the splitting of 802.11 protocol packets between the AP and the controller to allow processing by both devices.
The split-MAC architecture uses MAC addresses to create a forward/filter table and break up broadcast domains.
The split-MAC architecture uses MAC addresses to create a forward/filter table and break up collision domains.
The split-MAC architecture uses MAC addresses on the wireless network and IP addresses on the wired network.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following series of commands will restrict Telnet access to the router?

Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line con 0Lab_A(config-line)#ip access-group 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 out
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#ip access-group 10 in

ANSWER DOWNLOAD EXAMIANS APP