unclerico:
I did the following:
3750(config)# int vlan 10
3750(config-if)# ip add x.x.x.x y.y.y.y
3750(config-if)# ip helper-address <ip_of_dhcp_server>
3750(config)# int vlan 11
3750(config-if)# ip add x.x.x.x y.y.y.y
3750(config-if)# ip helper-address <ip_of_dhcp_server>
I created 2 new scopes on my dhcp server for these vlans.
The ports on the 3750 were set as trunks from the web interface.
On the switch to which the test workstation is connected:
1- I created a vlan 10
2- I made the port to which the workstation connected a member of vlan 10
But I got not connectivity yet.
I cannot get an ip and cannot ping the the gateway even if i plug in a static ip.
Any ideas to why I have no connectivity?
here a screenshot showing vlans active on the 3750.
3750#sh vlan brief
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi1/0/1, Gi1/0/2, Gi1/0/3
Gi1/0/4, Gi1/0/5, Gi1/0/6
Gi1/0/7, Gi1/0/8, Gi1/0/9
Gi1/0/10, Gi1/0/11, Gi1/0/12
Gi1/0/13, Gi1/0/14, Gi1/0/15
Gi1/0/16, Gi1/0/17, Gi1/0/18
Gi1/0/19, Gi1/0/20, Gi1/0/21
Gi1/0/22, Gi1/0/23, Gi1/0/25
Gi1/0/26, Gi1/0/28
10 VLAN0010 active
11 VLAN0011 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
And also a sh ip route:
3750#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
C x.x.x.x/24 is directly connected, Vlan10
C x.x.x.x/24 is directly connected, Vlan11
C x.x.x.x/24 is directly connected, Vlan1