- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Re: DHCP Relay through Flex Network 5510 Switch
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2020 07:12 AM - edited 12-28-2020 07:18 AM
12-28-2020 07:12 AM - edited 12-28-2020 07:18 AM
Dear all
I have HPE Flex Network 5510 as Layer 3 and office connect 1920s Devices with sophos XG Firewall.
Firewall ip- 172.16.1.1, Layer 3 IP-172.16.1.2 with four vlan.
Vlan 10 IP address-172.16.10.1
Vlan 20 Ip adress- 172.16.20.1
Layer3 Directly connected with lan port of Sophos.
Vlan Configuration
ip address 172.16.10.1 255.255.252.0
dhcp select relay
dhcp relay server-address 172.16.1.1
i can ping vlan ip with my layer 2 Switch(office connect 1920s) but not getting ip through firewall
is that above configuration is correct??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2020 12:41 AM - edited 12-29-2020 12:43 AM
12-29-2020 12:41 AM - edited 12-29-2020 12:43 AM
SolutionHi @Tiwari !
Vlan-interface10 configuration seems to be correct, just be sure you did not forget this global command:
system-view
dhcp enable
Also, your Sophos firewall should have DHCP pools for 172.16.10.0/22 and 172.16.20.0/22 ranges.
You can run a packet capture on Sophos to see if 5510 relays DHCP messages from your end-clients in Vlans 10 and 20, I am sure it has such feature. There you will also see if Sophos replies to such requests. Maybe checking logs of DHCP process in Sophos also makes sense.