Skip to content

Commit

Permalink
update dhcp relay setting to add auto for source address
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Feb 24, 2025
1 parent 581738d commit 1f0bd70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/nvue-reference/Set-and-Unset-Commands/DHCP-Relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@ cumulus@switch:~$ nv set service dhcp-relay default server 172.16.1.102

## <h>nv set service dhcp-relay \<vrf-id\> source-ip</h>

Configures the source IP address to use on the relayed packet.
Configures the source IP address to use on the relayed packet. You can specify `gateway` to use the gateway IP address as the source IP address or `auto`, where the source IP address of the relayed packet is taken from a layer 3 interface on the switch using normal routing methods. The default setting is `auto`.

{{%notice note%}}
This option impacts all relayed IPv4 packets globally.
{{%/notice%}}

### Command Syntax

Expand Down

0 comments on commit 1f0bd70

Please sign in to comment.