show access-lists s0
How many access-lists are possible on an interface per protocol ?
There can be only one access list for in and one for out on each interface per protocol.
What is the FrameRelay configuration command for the second subinterface ?
interface s0.2 point-to-point
interface s0.2 multipoint
point-to-point is a direct link between two routers. multipoint is a router in the center as a star of virtual circuits.
How to change the Enable Secret password to CCNA ?
Router(config)# enable secret CCNA
How to change the Enable password to CCNP ?
Router(config)# enable password CCNP
How to change the Virtual Terminal password to CCIE ?
Router(config)# line vty 0 4
Router(config-line)# login
Router(config-line)# password CCIE
How to change the Auxiliary password to Cisco ?
Router(config)# line aux 0
Router(config-line)# login
Router(config-line)# password Cisco
How to change the Console password to Cisco ?
Router(config)# line con 0