Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Im not configured dhcp server

Status
Not open for further replies.

ipec

Vendor
Feb 19, 2008
8
0
0
BR
I am trying to make a simple configuration, but have no experience. I have an extreme x450a-24t and other x450a-24x.
I want to get my environment, a server dhcp ip,
Configuration:

VLAN:
---------------------------------------------------------------------------------------
Default 1 -------------------------------T----- ANY 0 /12 VR-Default
Mgmt 4095 ------------------------------------- ANY 0 /1 VR-Mgmt
seinfo 4 10.0.30.3 /24 -f--------------- ANY 1 /2 VR-Default
servidores 2 10.0.20.3 /24 ----------------- ANY 1 /3 VR-Default
---------------------------------------------------------------------------------------
X450a-24t.16 # show vlan "servidores"
VLAN Interface with name servidores created by user
Admin State: Enabled Tagging: 802.1Q Tag 2
Virtual router: VR-Default
Primary IP : 10.0.20.3/24
IPv6: None
STPD: None
Protocol: Match all unfiltered protocols
Loopback: Disabled
NetLogin: Disabled
QosProfile: None configured
Ports: 3. (Number of active ports=1)
Untag: *7, 8, 9
-----------------------------------------------------------
450a-24t.17 # show vlan "seinfo"
VLAN Interface with name seinfo created by user
Admin State: Enabled Tagging: 802.1Q Tag 4
Virtual router: VR-Default
Primary IP : 10.0.30.3/24
IPv6: None
STPD: None
Protocol: Match all unfiltered protocols
Loopback: Disabled
NetLogin: Disabled
QosProfile: None configured
Ports: 2. (Number of active ports=1)
Untag: *3, 4
----------------------------------------------------------

BOOTRELAY:
Bootprelay servers for virtual router "VR-Default":
Destination: 10.0.20.2

-----------------------------------------------------------

X450a-24t.15 # show iproute
Ori Destination Gateway Mtr Flags VLAN Duration
#d 10.0.20.0/24 10.0.20.3 1 U------um-- servidores 0d:0h:52m:22s
#d 10.0.30.0/24 10.0.30.3 1 U------um-- seinfo 0d:0h:52m:22s

-----------------------------------------------------------
enable ipforwarding "servidores"
enable ipforwarding "seinfo"

----------------------------------------------------------
Question:
1 - not to ping between vlans.
-- A machine 10.0.30.11 ping interface to 30.3 and 20.3 but not ping the server dhcp (20.2)
-- The dhcp server (10.0.20.2) not ping the interface 30.3
2 - can not access the server from another vlan dhcp, only through vlan "servidores"

I have tested some scenarios but will still love some input from anyone with experience.
I would appreciate if anyone can make some recommendataions.

Thanks
ipec
 
Could you post the output from the command:
Code:
show ipconfig
 
* X450a-24t.6 # show ipconfig
Use Redirects : Disabled
IpOption LSRR : Enabled
IpOption SSRR : Enabled
IpOption RR : Enabled
IpOption TS : Enabled
IpOption RA : Enabled
Route Sharing : Disabled
Max Shared Gateways : Current: 4 Configured: 4

IRDP:
Advertisement Address: 255.255.255.255 Maximum Interval: 600
Minimum Interval: 450 Lifetime: 1800 Preference: 0

VLAN IP Address Flags nSIA
rh 10.0.20.3 /24 E-f---MPuRX------- 0
seinfo 10.0.30.3 /24 EUfm--MPuRX------- 0
servidores 157.86.41.250 /23 EUf---MPuRX------- 0

Flags: (A) Address Mask Reply Enabled (B) BOOTP Enabled
(b) Broadcast Forwarding Enabled, (E) Interface Enabled
(f) Forwarding Enabled (g) Ignore IP Broadcast Enabled
(h) Directed Broadcast Forwarding by Hardware Enabled
(I) IRDP Advertisement Enabled, (l) Forwarding LPM-routing Enabled
(M) Send Parameter Problem Enabled
(m) Multicast forwarding Enabled, (n) Multinetted VLAN
(nSIA ) Number of Secondary IP Addresses
(P) Send Port Unreachables Enabled, (R) Send Redirects Enabled
(T) Time Stamp Reply Enabled, (U) Interface Up
(u) Send Unreachables Enabled, (X) Send Time Exceeded Enabled
(v) VRRP Enabled

-------------------------------------------


Have resolve the issue to pick up on the server dhcp windows 2003, missing the return route, including through the command:
"route add 10.0.30.0 mask 255.255.255.0 157.86.41.250"
"route add 10.0.20.0 mask 255.255.255.0 157.86.41.250"
in server dhcp windows 2003.


But now I have the machines are talking among themselves, the station windows vista received address 10.0.30.31 for example, can give ping through it for dhcp server, but the opposite does not work (dhcp server ping not give the station).
Will I have to put route of return in the station too? Picture on over 300 stations.
I believe that in the extreme lack route x450, accepted suggestions.
------------------------------------------------------

* X450a-24t.7 # show iproute
Ori Destination Gateway Mtr Flags VLAN Duration
d 10.0.20.0/24 10.0.20.3 1 -------um-- rh 0d:1h:39m:48s
#d 10.0.30.0/24 10.0.30.3 1 U------um-- seinfo 0d:1h:39m:48s
#d 157.86.40.0/23 157.86.41.250 1 U------um-- servidores 0d:1h:39m:48s

 

Sorry, actually swapped the ips, I am sending to a server dhcp (157.86.41.170) and not more 10.0.20.2 (which actually now is the vlan rh 10.0.20.3)

Bootprelay servers for virtual router "VR-Default":
Destination: 157.86.41.170


* X450a-24t.9 # show configuration vlan
#
# Module vlan configuration.
#
configure vr VR-Default add ports 1-26
configure vlan Default tag 1
create vlan "rh"
configure vlan rh tag 5
create vlan "seinfo"
configure vlan seinfo tag 4
create vlan "servidores"
configure vlan servidores tag 2
configure ports 25 auto off speed 10000 duplex full
configure ports 26 auto off speed 10000 duplex full
configure vlan Default add ports 15-26 untagged
configure vlan rh add ports 1-2 untagged
configure vlan seinfo add ports 3-4 untagged
configure vlan servidores add ports 7-9 untagged
configure vlan servidores ipaddress 157.86.41.250 255.255.254.0
enable ipforwarding vlan servidores
configure vlan seinfo ipaddress 10.0.30.3 255.255.255.0
enable ipforwarding vlan seinfo
configure vlan rh ipaddress 10.0.20.3 255.255.255.0
enable ipforwarding vlan rh
configure qosscheduler strict-priority
 
Does the windows vista machine (10.0.30.31) have a windows firewall enabled?
 
Thanks,
Really the firewall was enabled.
problem solved.

Now I have another problem, I have to turn the X450a-24t to X450a-24x.
How to proceed to link the two as a? They are connected by stacking ports.
You have a suggestion?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top