SICOM Series CLI Command Manual
13
2.2 Configure Port Functions
2.2.1 Enter port configuration menu
Enter port configuration, using the below command:
KYLAND(config)# int eth <1,24>
Take port 1 as example in the following examples.
2.2.2 Enable/disable port
Enable port
KYLAND(config-if-eth1)# no lock
Disable port
KYLAND(config-if-eth1)# lock
2.2.3 Auto- negotiation configuration
Enable auto-negotiation
KYLAND(config-if-eth1)# auto-negotiation
Disable auto-negotiation
KYLAND(config-if-eth1)# no auto-negotiation
2.2.4 Port rate configuration
Port rate configuration (10M/100M/1000M) makes ports work under the fixed rate.
10M port rate configuration:
KYLAND(config-if-eth1)# speed 10m
100M port rate configuration:
KYLAND(config-if-eth1)# speed 100m
1000M port rate configuration:
KYLAND(config-if-eth1)# speed 1000m
Note:
Do not set 1000M speed to the 10M/100M ports.