Hello to you all
I want to connect a cisco´s 1600 routerserial interface to a modem so I can dial in an connect an equipment to it´s ethernet interface.
I allready make some configuration, an wen i dial to de modem i get connected but I dont get any prompt from the router, wen I am connected to the modem with another computer I can not access the router by console.
this is the config that i have
Modem_router#sh runn
Building configuration...
Current configuration:
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname Modem_router
!
enable secret 5 $1$26Ig$j2.ZdsJSwHzYsN7uffoAC0
enable password cisco2
!
username jcarlos password 7 10195A4A5C40
no ip routing
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Ethernet0
no ip address
no ip route-cache
!
interface Serial0
physical-layer async
ip unnumbered Loopback0
encapsulation ppp
async mode interactive
peer default ip address pool default
no cdp enable
ppp authentication chap
!
ip local pool default 1.1.1.2
no ip classless
!
line con 0
line 1
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure discovery
transport input all
speed 115200
line vty 0 4
password erased
login
!
end
Modem_router#
any help would be appretiated
thanks
I want to connect a cisco´s 1600 routerserial interface to a modem so I can dial in an connect an equipment to it´s ethernet interface.
I allready make some configuration, an wen i dial to de modem i get connected but I dont get any prompt from the router, wen I am connected to the modem with another computer I can not access the router by console.
this is the config that i have
Modem_router#sh runn
Building configuration...
Current configuration:
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname Modem_router
!
enable secret 5 $1$26Ig$j2.ZdsJSwHzYsN7uffoAC0
enable password cisco2
!
username jcarlos password 7 10195A4A5C40
no ip routing
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Ethernet0
no ip address
no ip route-cache
!
interface Serial0
physical-layer async
ip unnumbered Loopback0
encapsulation ppp
async mode interactive
peer default ip address pool default
no cdp enable
ppp authentication chap
!
ip local pool default 1.1.1.2
no ip classless
!
line con 0
line 1
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure discovery
transport input all
speed 115200
line vty 0 4
password erased
login
!
end
Modem_router#
any help would be appretiated
thanks