Differences between revisions 5 and 6
Revision 5 as of 2013-07-27 22:57:28
Size: 1083
Editor: anna
Comment:
Revision 6 as of 2013-07-27 22:58:29
Size: 1148
Editor: anna
Comment:
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
It takes over 30 seconds to request the new IP for a dhcp client. Add following switch port config It takes over 30 seconds to request the new IP from DHCP server. Add following switch port config
Line 40: Line 40:
Then it takes about 10 seconds to renew the IP from DHCP server.

Config switch port

# ssh -l admin ca-6op290-3-swi-1
ca-6op290-3-swi-1>enable
Password: 
ca-6op290-3-swi-1#
ca-6op290-3-swi-1# show running-config
ca-6op290-3-swi-1# show config
ca-6op290-3-swi-1# show vlan

ca-6op290-3-swi-1# config terminal
ca-6op290-3-swi-1(config)# interface GigabitEthernet1/9
ca-6op290-3-swi-1(config-if)# description private network
ca-6op290-3-swi-1(config-if)# switchport access vlan 617
ca-6op290-3-swi-1(config-if)# switchport trunk native vlan 617
ca-6op290-3-swi-1(config-if)# switchport trunk allowed vlan 617,671-680
ca-6op290-3-swi-1(config-if)# switchport mode trunk
ca-6op290-3-swi-1(config-if)# end
ca-6op290-3-swi-1# show running-config
ca-6op290-3-swi-1# copy running-config startup-config
// or
ca-6op290-3-swi-1# write

Add Vlan

# vlan database
# vlan id 617
# end
# show vlan

Slow DHCP issue

It takes over 30 seconds to request the new IP from DHCP server. Add following switch port config

spanning-tree portfast [trunk]

Then it takes about 10 seconds to renew the IP from DHCP server.

Tech/Switch (last edited 2014-03-07 22:29:14 by frank)