Computer Networking
What command is used to stop RIP routing updates from exiting out an interface but still allow the interface to receive RIP route updates?

Router (config-if) # no routing
Router (config-if) # passive-interface
Router (config-router) # no routing updates
Router (config-router) # passive-interface s0

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following is true regarding VLANs?

You should not have more than 10 switches in the same VTP domain.
You must have at least two VLANs defined in every Cisco switched network.
VTP is used to send VLAN information to switches in a configured VTP domain.
All VLANs are configured at the fastest switch and, by default, propagate this information to all other switches.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?

access-list 10 deny tcp any 196.15.7.0 eq www
access-list 110 permit ip any 196.15.7.0 0.0.0.255
access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www
access-list 100 permit 196.15.7.0 0.0.0.255 eq www

ANSWER DOWNLOAD EXAMIANS APP