ISG18GFP USER MANUAL, GENERAL, SECTION G
UM-G-iSG18GFP-4.5.06.1-EN.docx
68
© 2020 IS5 COMMUNICATIONS INC. ALL RIGHTS RESERVED
Command
Description
reload schedule time
Set specific time for switch reload.
Time format:
HH:MM:SS
configuration which was not committed will not be
available after reloading!
reload schedule in
Set specific timer for next switch reload.
Permissible range in
seconds
is
180 – 604800.
configuration which was not committed will not be
available after reloading!
reload cancel
Cancels all scheduled automatic reloads
reload show
Shows user set scheduled reloads
7.10.4 Example
For management of ports using designated VLAN and IP, follow the configuration example shown below.
1. Create your vlan and assign ports. Port 0/1 is configured as untagged,0/2 as tagged.
Config terminal
vlan 10
ports fastethernet 0/1-2 untagged fastethernet 0/1
exit
2. Enable the required ports
interface fastethernet 0/1
no shutdown
switchport pvid 10
map switch default
exit
interface fastethernet 0/2
no shutdown
switchport pvid 10
map switch default
exit
3. Create the IP interface to the vlan
interface vlan 10
shutdown
ip address 192.168.0.100 255.255.255.0