Topics:
- Default VLAN (vlan 1)
- Data VLAN (vlan 5, 10)
- Management VLAN (vlan 99)
- Voice VLAN (vlan 150)
Protocol |
Commands |
Remarks |
RIPv2 |
Router(config)#router
rip |
Enables RIP as a routing
protocol. |
Router(config-router)#version
2 |
RIP will now send and
receive RIPv2 packets globally. |
|
Router(config-router)#network
w.x.y.z |
w.x.y.z is the network number of
the directly connected network you want to advertise. |
|
Router(config-router)#no
auto-summary |
RIPv2
summarizes networks at the classful boundary. This
command turns auto-summarization off. |
|
Router(config-router)#passive-interface
s0/1 |
RIP updates
will not be sent out this interface. |
|
Router(config-router)#default-information originate |
Generates a
default route into RIP. |
PASSWORDS
1. Set Enable Password (User Mode
to Exec Mode)
Router#configure terminal
Router(config)#enable password test
Sets enable password to test
2.Set Enable Secret Password (User Mode to Exec Mode)
Router(config)#enable secret Vinita
Sets enable secret password to Vinita
3.Set Console Password (To enter User
Mode)
Router(config)#line console 0
Router(config-line)#password console1
Router(config-line)#login
Enters console line mode
Sets console line mode password to console1
Enables password checking at login