Cisco ASA DHCP: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „*ciscoasa# configure terminal *ciscoasa(config)# dhcpd address 172.18.122.101-172.18.122.150 if-inside *ciscoasa(config)# dhcpd dns 192.168.240.200 *ciscoasa…“)
 
 
Zeile 6: Zeile 6:
 
*ciscoasa(config)# dhcpd option 3 ip 192.168.240.100
 
*ciscoasa(config)# dhcpd option 3 ip 192.168.240.100
 
*ciscoasa(config)# dhcpd enable if-inside
 
*ciscoasa(config)# dhcpd enable if-inside
 +
=Link=
 +
*http://www.cisco.com/c/en/us/td/docs/security/asa/asa82/configuration/guide/config/dhcp.html#wp1114099

Aktuelle Version vom 11. Februar 2016, 11:16 Uhr

  • ciscoasa# configure terminal
  • ciscoasa(config)# dhcpd address 172.18.122.101-172.18.122.150 if-inside
  • ciscoasa(config)# dhcpd dns 192.168.240.200
  • ciscoasa(config)# dhcpd lease 3600
  • ciscoasa(config)# dhcpd domain xinux.org
  • ciscoasa(config)# dhcpd option 3 ip 192.168.240.100
  • ciscoasa(config)# dhcpd enable if-inside

Link