
Chapter 6 Interfaces
ZyWALL (ZLD) CLI Reference Guide
65
6.3.2.1 Port Grouping Command Examples
The following commands add physical port 5 to representative interface ge1.
The following commands set port 1 to use auto-negotiation auto and port 2 to use a 10 Mbps
connection speed and half duplex.
[no] negotiation auto Sets the port to use auto-negotiation to determine
the port speed and duplex. The no command turns
off auto-negotiation.
[no] speed <100,10> Sets the Ethernet port’s connection speed in Mbps.
The no command returns the default setting.
show port setting Displays the Ethernet port negotiation, duplex, and
speed settings.
show port status Displays statistics for the Ethernet ports.
Table 24 Basic Interface Setting Commands (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# show port-grouping
No. Representative Name Port1 Port2 Port3 Port4 Port5
=========================================================
1 ge1 yes no no no no
2 ge2 no yes no no no
3 ge3 no no yes no no
4 ge4 no no no yes no
5 ge5 no no no no yes
Router(config)# port-grouping ge1
Router(config-port-grouping)# port 5
Router(config-port-grouping)# exit
Router(config)# show port-grouping
No. Representative Name Port1 Port2 Port3 Port4 Port5
=========================================================
1 ge1 yes no no no yes
2 ge2 no yes no no no
3 ge3 no no yes no no
4 ge4 no no no yes no
5 ge5 no no no no no
Router(config)# port status Port1
Router(config-port-status)# negotiation auto
Router(config-port-status)# exit
Router(config)# port status Port2
Router(config-port-status)# duplex half
Router(config-port-status)# speed 10
Router(config-port-status)# exit
Router(config)# exit
Kommentare zu diesen Handbüchern