hi Friends,
so i have question ..
i normally configure the DDR like this: (and it work perfectly)
R1#
hostname R1
!
interface Dialer0
ip address 10.0.0.1 255.255.255.252
encapsulation ppp
dialer pool 1
dialer remote-name R2
dialer idle-timeout 300
dialer string 40
dialer-group 1
no cdp enable
exit
!
interface Async0/0/0
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 1
dialer idle-timeout 0
async mode dedicated
no keepalive
exit
!
line 0/0/0
modem InOut
modem autoconfigure discovery
stopbits 1
speed 115200
flowcontrol hardware
exit
!
dialer-list 1 protocol ip permit
!
username R2 password cisco123
R2#
hostname R2
!
interface Dialer0
ip address 10.0.0.2 255.255.255.252
encapsulation ppp
dialer pool 1
dialer remote-name R1
dialer idle-timeout 0
no cdp enable
exit
!
interface Async0/0/0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation ppp
dialer in-band
dialer pool-member 1
async mode interactive
no keepalive
ppp authentication chap
exit
!
line 0/0/0
modem InOut
transport input all
autoselect during-login
autoselect ppp
stopbits 1
speed 115200
flowcontrol hardware
exit
!
username R1 password cisco123
The Different this time .. My Boss tell me he don't want IP Addresses configure on the Dialer interfaces !!! and it should accept the connection always !! so it will be like console !!!
One More thing to add .. we will use this connection for Out-of-Band Connection only (for us to Managed the Routers not for Data Traffic)
is that possible ? if yes can someone please explain it to me ?
Thanks Alot