Cisco Systems ASASSMCSC10K9 Enables DHCP for the management host on, address in the range

Models: ASASSMCSC10K9

1 14
Download 14 pages 56.56 Kb
Page 8
Image 8
Enables DHCP for the management host on

Command

Purpose

Step 2 Do one of the following to configure a management interface, depending on your mode:

Routed mode:

Configures an interface in routed mode. The

interface vlan number

security_level is a number between 1 and

100, where 100 is the most secure.

ip address ip_address [mask]

nameif name

 

security-level level

 

Example:

 

 

hostname(config)# interface vlan 1

 

hostname(config-if)# ip address

 

192.168.1.1

255.255.255.0

 

hostname(config-if)# nameif inside

 

hostname(config-if)# security-level 100

 

 

 

Transparent mode:

Configures a bridge virtual interface and

interface bvi bvi_number

assigns a management VLAN to the bridge

group. The security_level is a number

ip address ip_address [mask]

 

 

between 1 and 100, where 100 is the most

interface vlan number

secure.

bridge-group bvi_number

 

nameif name

 

security-level level

 

Example:

 

 

hostname(config)# interface bvi 1

 

hostname(config-if)# ip address

 

192.168.1.1

255.255.255.0

 

hostname(config)# interface vlan 1 hostname(config-if)# bridge-group 1 hostname(config-if)# nameif inside hostname(config-if)# security-level 100

Step 3 dhcpd

address ip_address-ip_address

Enables DHCP for the management host on

interface_name

the management interface network. Make

dhcpd

enable interface_name

sure you do not include the management

 

 

 

 

address in the range.

Example:

hostname(config)# dhcpd address 192.168.1.2-192.168.1.254 inside hostname(config)# dhcpd enable inside

8

Page 8
Image 8
Cisco Systems ASASSMCSC10K9 Enables DHCP for the management host on, the management interface network. Make, Command