Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fortigate 400E, DHCP Relay, how to disable opt82 insertion
Fortigate 400E (FortiOS 7.0)
DHCP RELAY configured
How can I disable the addition of Option 82 Suboption: (1) Agent Circuit ID to forwarded DHCP requests?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Found decision in FortiGate / FortiOS 7.0.0 Administration Guide: set dhcp-relay-agent-option disable:
To configure the DHCP relay agent option using the CLI:
config system interface
edit <interface>
set vdom root
set dhcp-relay-service enable
set dhcp-relay-ip <ip>
set dhcp-relay-agent-option disable
set vlanid <id>
next
end
