Wszystkie porty w ZyWALL USG są domyślnie ustawione na Auto-negocjację. Szybkość połączenia (10 M / 100 M / 1000 M) i tryb transmisji (Half Duplex / Full Duplex) są negocjowane z podłączonym komponentem sieciowym i wybierany jest najwyższy możliwy tryb. Ustawienia można również ustawić ręcznie za pośrednictwem połączenia SSH lub Telnet.
Auto negocjacje (do 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
Konfiguracja ręczna (10 M / 100 M, 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
Pokaż status portów:
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
Uwaga: W przypadku 1000M lub Full Duplex wymagane są "pełne" kable sieciowe (osiem przewodów)!
KB-00386

Komentarze
Komentarze: 0Zaloguj się, aby dodać komentarz.