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
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