All ports of a ZyWALL USG are set to Auto-Negotiation by default. The connection speed (10M / 100M / 1000M) and the transmission mode (Half Duplex / Full Duplex) are negotiated with the connected network component and the highest possible mode is selected. The settings can also be set manually via an SSH or Telnet connection.
Auto Negotiation (up to 1000M / Full)
Router> configure terminal
Router (config) # port status Port4 (1 | 2 | 3..x)
Router (config-port-status) # negotiation auto
Router (config-port-status) # exit
Router (config) # write
Manual configuration (10M / 100M, Half / Full)
Router> configure terminal
Router (config) # port status Port4 (1 | 2 | 3..x)
Router (config-port-status) # duplex half (duplex full)
Router (config-port-status) # speed 10 (speed 100)
Router (config-port-status) # exit
Router (config) # write
Show port status:
Router (config) # show port status
Port Status TxPkts RxPkts Colli. TxB / s RxB / s Up Time
=======================================
1 100M / Half 316086 489477 0 317 507 00:02:53
2 100M / Full 1604769 491567 0 0 0 261: 00: 22
3 Down 111 112 0 0 0 00:00:00
4 10M / Half 10 30 0 0 0 00:01:19
5 Down 0 0 0 0 0 00:00:00
6 Down 0 0 0 0 0 00:00:00
7 Down 0 0 0 0 0 00:00:00
Attention: For 1000M or Full Duplex fully equipped network cables (eight wires) are required!
KB-00386
Comments
0 comments
Please sign in to leave a comment.