Estimados
Espero que alguin me pueda ayudar
Tengo que integrar AP aruba con el fortigate 100d, al crear el dhcp necesito agregar los parametros 60 y 43 del vendor specific.
[Debes identificarte para poder ver enlaces.]
Se donde tengo que integrar pero no encuentro nada de informacion de como se debe hacer
Si alguien me puede ayudar seria de mucha ayuda
Gracias
DHCP option 43
Re: DHCP option 43
Hola,
No encontré info al respecto, intenta haciendo la consulta directa a fortinet: support.fortinet.com.
Nos comentas como te fue.
No encontré info al respecto, intenta haciendo la consulta directa a fortinet: support.fortinet.com.
Nos comentas como te fue.
Defend Your Enterprise Network With Fortigate Next Generation Firewall
NSE4
NSE5
Fortinet Certified Professional Network Security FCP
NSE4
NSE5
Fortinet Certified Professional Network Security FCP
Re: DHCP option 43
hola, lo tenes que hacer directamente en el dhcp server. depende de la version lo tenes por web y/o por cli solamente.
ejemplo por cli:
edit 5
set lease-time 43200
set domain "domain.com"
set default-gateway 10.0.0.1
set netmask 255.255.0.0
set interface "port1"
config ip-range
edit 1
set start-ip 10.0.2.0
set end-ip 10.0.5.254
next
end
set timezone-option default
config options
edit 1
set code 43
set value "010400000002"
next
end
set dns-server1 10.10.0.200
set dns-server2 10.10.0.201
next
saludos
ejemplo por cli:
edit 5
set lease-time 43200
set domain "domain.com"
set default-gateway 10.0.0.1
set netmask 255.255.0.0
set interface "port1"
config ip-range
edit 1
set start-ip 10.0.2.0
set end-ip 10.0.5.254
next
end
set timezone-option default
config options
edit 1
set code 43
set value "010400000002"
next
end
set dns-server1 10.10.0.200
set dns-server2 10.10.0.201
next
saludos
NSE 7 – Fortinet Network Security Architect
NSE 5 - Network Security Analyst
NSE 5 - Network Security Analyst
-
- Mensajes: 3
- Registrado: 25 Sep 2016, 23:24
Re: DHCP option 43
Gracias por la respuesta pero me queda una duda:
En el parámetro ser value "x" el valor entre comillas a q corresponde ??
Saludos
En el parámetro ser value "x" el valor entre comillas a q corresponde ??
Saludos
Re: DHCP option 43
hola, el valor hexadecimal del codigo que quieras usar para esa opcion 43 (Microsoft Vendor-Specific Options)
NSE 7 – Fortinet Network Security Architect
NSE 5 - Network Security Analyst
NSE 5 - Network Security Analyst
-
- Mensajes: 3
- Registrado: 25 Sep 2016, 23:24
Re: DHCP option 43
Gracias por la info
saludos
saludos