Os cabos a utilizar para a ligação serão os rolled-over (no nosso laboratório os pretos achatados ou azul-bebé). Apesar de cor diferente a imagem serve de exemplo.
Para ligar dois routers através da porta série deve-se utilizar a seguinte configuração em ambos os routers:
interface Async1
!--- The async interface that corresponds to the AUX port.
!--- You can use the show line command to determine which async interface corresponds
!--- to the AUX port.
!--- In our case it is 1
ip address 192.168.10.1 255.255.255.0
!--- The IP address on the AUX ports
encapsulation ppp
!--- Set PPP as the encapsulation.
async default routing
!--- This allows routing protocols on the link.
async dynamic routing
!--- This allows routing protocols on the link.
async mode dedicated
!
line aux 0
!--- Line configuration for the AUX port.
modem InOut
transport input all
!--- This allows all protocols to use the line.
flowcontrol hardware
|
Após a configuração das duas máquinas faça:
clear line 1
ping.
Caso não exista conexão consulte:
documentação da
Cisco.