• No results found

Relaying DHCP Packets to a Remote Server

N/A
N/A
Protected

Academic year: 2021

Share "Relaying DHCP Packets to a Remote Server"

Copied!
6
0
0

Loading.... (view fulltext now)

Full text

(1)

Relaying DHCP Packets to a Remote Server

With this example configuration, the HP Procurve 5300XL Switch will relay (route) DHCP traffic

between a client and remote server, each on a different VLAN. The Switch 5300XL will be configured

to route DHCP traffic to both a primary and backup DHCP Server.

h p procu r ve s witch 5304XL

J 4850A Use x l m od ulesonly

hp p ro c urve 10/ 100- T xl m o d ule J 4820A hp p ro c urve M ini- GBIC xl m o d ule J 4878A xl m o d ule hp p ro c urve 10/ 100- T xl m o d uleJ 4820A D H C P S erver #1 10.10.20.2 G W 10.10.10.1 D H C P S erver #2 10.10.20.3 G W 10.10.10.1 V L A N 2 0 10.10.10.1 D H C P C lient B 10.10.40.2 V L A N 4 0 V L A N 3 0 S u b n e t M a s k = 2 5 5 .2 5 5 .2 5 5 .0 (2 4 b its ) V L A N 2 0 - IP S U B N E T 1 0 .1 0 .2 0 .0 /2 4 G a te w a y = 1 0 .1 0 .2 0 .1 V L A N 3 0 - IP S U B N E T 1 0 .1 0 .3 0 .0 /2 4 G a te w a y = 1 0 .1 0 .3 0 .1 V L A N 4 0 - IP S U B N E T 1 0 .1 0 .4 0 .0 /2 4 G a te w a y = 1 0 .1 0 .4 0 .1 D H C P C lient A 10.10.30.2 IP ad d ress 10.10.30.1 IP ad d ress 10.10.40.1

(2)

WARNING:

The example configuration below was created from a factory default configuration on the HP ProCurve

5300XL Series switches. We recommend saving your current configuration if necessary. To reset an

HP ProCurve 5300XL Series switch to a factory default configuration use the following commands:

HP ProCurve Switch 5304XL>enable

HP ProCurve Switch 5304XL#erase startup-config

Configuration will be deleted and device rebooted, continue [y/n]? Y

NOTES:

1. The interface port numbers (e.g. interface a1) and the IP address (e.g. 10.10.100.1) may differ in

your network, so adjust these values accordingly.

2. The HP ProCurve 5300XL Series switch (e.g. HP 5304XL), type of module(s), and software version

number below may not accurately reflect the device(s) you are configuring.

3. DHCP-relay requires IP Routing to be enabled on the HP Procurve 5300XL Series Switch. In the

example below, the

ip routing

global configuration command is used.

4. In the example below the

ip helper-address

interface level command is used to relay (route) the

UDP packets (e.g. DHCP) to a remote server. This command is applied to the interface on which the

originating host is attached.

5. DHCP-relay is enabled in the factory default configuration. Use of the

ip helper-address

command

requires DHCP-relay to be enabled on the switch. To disable DHCP-relay, use the global

configuration command:

HP ProCurve Switch 5304XL(config)#

no dhcp-relay

6. The configuration example below was created on software version E.06.01.

CONFIGURATION COMMANDS: (created on software version E.06.01)

HP ProCurve Switch 5304XL>enable

HP ProCurve Switch 5304XL# config term

HP ProCurve Switch 5304XL(config)# ip routing HP ProCurve Switch 5304XL(config)# vlan 20

HP ProCurve Switch 5304XL(vlan-20)# untagged b3,b4

HP ProCurve Switch 5304XL(vlan-20)# ip address 10.10.20.1/24 HP ProCurve Switch 5304XL(vlan-20)# vlan 30

HP ProCurve Switch 5304XL(vlan-30)# untagged a1

HP ProCurve Switch 5304XL(vlan-30)# ip address 10.10.30.1/24 HP ProCurve Switch 5304XL(vlan-30)# ip helper-address 10.10.20.2 HP ProCurve Switch 5304XL(vlan-30)# ip helper-address 10.10.20.3

(3)

HP ProCurve Switch 5304XL(vlan-30)# vlan 40 HP ProCurve Switch 5304XL(vlan-40)# untagged c1

HP ProCurve Switch 5304XL(vlan-40)# ip address 10.10.40.1/24 HP ProCurve Switch 5304XL(vlan-40)# ip helper-address 10.10.20.2 HP ProCurve Switch 5304XL(vlan-40)# ip helper-address 10.10.20.3 HP ProCurve Switch 5304XL(vlan-40)# write mem

(4)

RESULTING CONFIGURATION:

Startup configuration:

; J4850A Configuration Editor; Created on release #E.06.01 hostname "HP ProCurve Switch 5304XL"

time daylight-time-rule None cdp run

module 2 type J4878A module 1 type J4821A module 3 type J4820A ip routing

snmp-server community "public" Unrestricted vlan 1 name "DEFAULT_VLAN" untagged A2-A4,B1-B2,C2-C24,D1-D4 ip address dhcp-bootp no untagged A1,B3-B4,C1 exit vlan 20 name "VLAN20" untagged B3-B4 ip address 10.10.20.1 255.255.255.0 exit vlan 30 name "VLAN30" untagged A1 ip address 10.10.30.1 255.255.255.0 ip helper-address 10.10.20.2 ip helper-address 10.10.20.3 exit vlan 40 name "VLAN40" untagged C1 ip address 10.10.40.1 255.255.255.0 ip helper-address 10.10.20.2 ip helper-address 10.10.20.3 exit

(5)

VERIFICATION COMMANDS:

The following CLI commands can be used to display useful information:

show ip helper-address

show ip

show vlan <VLAN-ID>

Outputs from these show commands for this example follow below. Refer to Chapter 7 of the

HP

Procurve Series 5300XL Switches Management and Configuration Guide

for more details.

HP ProCurve Switch 5304XL# sh ip helper-address

IP Helper Addresses VLAN: 1 IP Helper Address --- VLAN: 20 IP Helper Address --- VLAN: 30 IP Helper Address --- 10.10.20.2 10.10.20.3 VLAN: 40 IP Helper Address --- 10.10.20.2 10.10.20.3 HP ProCurve Switch 5304XL# sh ip

Internet (IP) Service

IP Routing : Enabled

Default Gateway : Default TTL : 64

(6)

VLAN | IP Config IP Address Subnet Mask --- + --- --- --- DEFAULT_VLAN | DHCP/Bootp VLAN20 | Manual 10.10.20.1 255.255.255.0 VLAN30 | Manual 10.10.30.1 255.255.255.0 VLAN40 | Manual 10.10.40.1 255.255.255.0

HP ProCurve Switch 5304XL# sh vlan

Status and Counters - VLAN Information

Maximum VLANs to support : 8 Primary VLAN : DEFAULT_VLAN Management VLAN :

802.1Q VLAN ID Name Status

--- --- --- 1 DEFAULT_VLAN Static

20 VLAN20 Static 30 VLAN30 Static 40 VLAN40 Static

References

Related documents

MOVE-SCP waits in the background for connections, will accept associations with Presentation Contexts for the SOP Class of the Study Root Query/Retrieve Information Model –

Bilateral Agreement of the KU Leuven, Belgium, and its cooperation with the Universidad de Cuenca, Ecuador. The research was made within the frame of the VLIR- IUC

It is also observed that the average hardness of friction stir processed surface composite was 40 – 70% higher than that of parent metal (75 – 80 HV).. Wear Resistance is found to

• Traffic prioritization (IEEE 802.1p): allows real-time traffic classification into eight priority levels mapped to eight queues • Class of Service (CoS): sets the IEEE 802.1p

• DHCP Client • DHCP Server • NAT • RADIUS Client • SYSLOG Client • Telnet Server • TFTP Server • Web Interface 3.11.1 DHCP Client. The DHCP Client requests an IP

The current work presents a finite element approach for numerical simulation of the incremental sheet metal forming (ISF) process, called here ‘‘ISF-SAM’’ (for

Phylogenetic analyses, however, recovered conflicting results: analysis of cytogenetic data placed Nectomys as the sister group of all oryzomyines (Baker et al., 1983; Voss

All the religious resumes flights to khartoum on social media saying lufthansa would resume flights to resume its modern attractions of the past of north sudan, lending this