The backdoor password for the switches as below:
1. mer****
2. s**update
3. a****n
Confidential data ....
Tuesday, August 26, 2008
Monday, August 25, 2008
Layer 3 Switches DHCP Relay
How to enable the DHCP relay with external DHCP server
Command as below: (Skip --> VLAN creation, IP address assignment)
VLAN 1: 192.168.10.x/24
VLAN 2: 192.168.20.x/24
VLAN 3: 192.168.30.x/24
DHCP Server (3 DHCP Scope) IP: 192.168.10.1 @ VLAN 1
Console(config-if)#int vlan 2
Console(config-if)#ip dhcp relay server 192.168.10.1
Console(config-if)#int vlan 3
Console(config-if)#ip dhcp relay server 192.168.10.1
Console(config-if)#exit
Console(config)#exit
Console#ip dhcp restart relay
Always remember to issue --> ip dhcp restart relay
Lemon
Command as below: (Skip --> VLAN creation, IP address assignment)
VLAN 1: 192.168.10.x/24
VLAN 2: 192.168.20.x/24
VLAN 3: 192.168.30.x/24
DHCP Server (3 DHCP Scope) IP: 192.168.10.1 @ VLAN 1
Console(config-if)#int vlan 2
Console(config-if)#ip dhcp relay server 192.168.10.1
Console(config-if)#int vlan 3
Console(config-if)#ip dhcp relay server 192.168.10.1
Console(config-if)#exit
Console(config)#exit
Console#ip dhcp restart relay
Always remember to issue --> ip dhcp restart relay
Lemon
Subscribe to:
Posts (Atom)