Page
24
of 37
HES7000 ICL
I User’s Guide A01583 Rev. A
4. Configuring the System
Changes to system configuration can only be done from the Global Configuration mode and
its sub-modes. That is except when working with configuration files or reloading defaults.
This is done in Privileged Exec mode. The sequence is:
1)
Raise privilege level to 15.
2)
Enter Global Configuration mode.
3)
Input appropriate configuration commands. Optionally enter sub-modes and input
appropriate commands there.
4)
Exit Global Configuration mode.
5)
Verify configuration.
6)
Save configuration to FLASH.
Example 7. Configuration
In this example the hostname and VLAN 1 IP address are configured, verified and saved.
This example assumes the session is initially unprivileged.
Step 1: Raise privilege level:
myDevice >
enable 15
Password:
***
Step 2: Enter Global Configuration mode:
myDevice#
configure terminal
myDevice(config)#
Step 3: Input configuration commands. The IP address is set from within
the VLAN interface submode:
myDevice(config)#
hostname myDevice
myDevice(config)#
interface vlan 1
myDevice(config-if-vlan)#
ip address dhcp fallback 172.16.1.2 255.255.0.0
myDevice(config-if-vlan)#
exit
Step 4: Leave Global Configuration mode and go back to Privileged Exec:
myDevice(config)#
end
Step 5: Inspect and verify the configuration (some output omitted for brevity):
myDevice#
show running-config
Building configuration...
hostname myDevice
username admin privilege 15 password encrypted Zm9v
!
vlan 1
name default
!
interface GigabitEthernet 1/1
!
interface GigabitEthernet 1/2
!
...
interface vlan 1
ip address dhcp fallback 172.16.1.2 255.255.0.0
!
...
end
Summary of Contents for HES7000
Page 1: ...HES7000 ICLI USER S GUIDE A01583 Rev A ...
Page 3: ...HES7000 ICLI User s Guide A01583 Rev A ...
Page 4: ......