Unsolved

This post is more than 5 years old

2 Intern

 • 

203 Posts

5264

February 8th, 2007 19:00

6224 config help needed

I need help with a general setup, so far I copied some of the examples in here, and changed a few items.
 
Here is what we have.:
 
DHCP - 192.168.111.37  belongs to vlan3
 
The 6224 has vlan1 used for the management ip is 192.168.2.254
The 6224 has vlan3 used to connect to a dumb  switch(flat network) ip 192.168.111.254
The 6224 has vlan5 used to connect to a 5324 switch (no vlans) ip 192.168.115.254
The 6224 has vlan7 used to connect to a 5324 switch (no vlans) ip 192.168.117.254
 
The goal is to plug a end-user pc into the 5324 on the .115 segment and pull DHCP from the server.
 
I am concerned about the IP ROUTE statement, as 192.168.1.1 is not used, and I cannot change it.
Below is the current config.:
 
Core#show run
!Current Configuration:
!System Description "Dell PowerConnect"
!System Software Version 1.0.0.27
!
configure
gvrp enable
vlan database
vlan 3,5,7,9,11
exit
hostname "Core"
stack
member 1 1
exit
ip address 192.168.2.254 255.255.255.0
interface vlan 3
routing
ip address  192.168.111.254  255.255.255.0
exit
interface vlan 5
routing
ip address  192.168.115.254  255.255.255.0
exit
interface vlan 7
routing
ip address  192.168.117.254  255.255.255.0
exit
interface vlan 9
routing
ip address  192.168.119.254  255.255.255.0
exit
ip routing
ip route 0.0.0.0 0.0.0.0 192.168.1.1
bootpdhcprelay enable
bootpdhcprelay serverip 192.168.111.37
username "admin" password xxxxxxxxxx level 15 encrypted
bridge multicast filtering
ip igmp snooping
ip igmp
!
interface ethernet 1/g1
description 'Vlan-1 192.168.2.254'
switchport mode general
no switchport general acceptable-frame-type tagged-only
exit
!
interface ethernet 1/g3
description 'Vlan-3 192.168.111.254'
switchport mode general
switchport general pvid 3
no switchport general acceptable-frame-type tagged-only
switchport general ingress-filtering disable
switchport general allowed vlan add 3 untagged
exit
!
interface ethernet 1/g5
description 'Vlan-5 192.168.115.254'
switchport mode general
switchport general pvid 5
no switchport general acceptable-frame-type tagged-only
switchport general ingress-filtering disable
switchport general allowed vlan add 5 untagged
exit
!
interface ethernet 1/g7
description 'Vlan-7 192.168.117.254'
switchport mode general
switchport general pvid 7
no switchport general acceptable-frame-type tagged-only
switchport general ingress-filtering disable
switchport general allowed vlan add 7 untagged
exit
!
interface ethernet 1/g9
switchport mode general
switchport general pvid 9
no switchport general acceptable-frame-type tagged-only
switchport general ingress-filtering disable
switchport general allowed vlan add 9 untagged
exit
!
interface ethernet 1/g11
switchport mode general
switchport general pvid 11
no switchport general acceptable-frame-type tagged-only
switchport general ingress-filtering disable
switchport general allowed vlan add 11 untagged
exit
!
interface ethernet 1/g17
switchport mode general
switchport general pvid 3
no switchport general acceptable-frame-type tagged-only
exit
exit
Core#
 
 
 
 

626 Posts

February 8th, 2007 20:00

To get rid of the "192.168.1.1" route, go into config mode and type "no ip route 0.0.0.0 0.0.0.0".
 
Right now, I'm thinking that you can only enable Bootp/DHCP Relay at the global level, so it would relay DHCP requests for all VLANs.  You could always do that and make a pool reservation on your DHCP server for 192.168.117.x so that it allows for static IP addresses on that subnet.  What do you think?
 
To enable bootp/dhcp on the PC6248, you can go into config mode, and do the following:
 
"bootpdhcprelay enable"
"bootpdhcprelay serverip 192.168.111.37"

2 Intern

 • 

203 Posts

February 8th, 2007 22:00

I will remove the ip route, I had the wrong syntax to remove it.
Also, I already have what you suggested for the dhcprelay. We made a discovery, that the 5324's were improperly configured..  hah.  Will let you know on Friday.
 
 
No Events found!

Top