- 论坛徽章:
- 0
|
我现在手里有一个别2611xm路由器,在上面加了一个16口的拔号模块,可是在配置的时候有个地方总是不好用,不知道为什么,麻烦您再帮看一下.我把配置贴上:
前面的配置都正常,就是到了这一步:
cisco2611xm(config)#line 33 48
cisco2611xm(config-line)#exec
cisco2611xm(config-line)#autos
cisco2611xm(config-line)#autoselect ppp
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
%Autoselect w/o the interface command 'Async mode interactive' is useless
cisco2611xm(config-line)#autoselect during-login
cisco2611xm(config-line)#transport input all
cisco2611xm(config-line)#login local
cisco2611xm(config-line)#mode
cisco2611xm(config-line)#modem InOut
cisco2611xm(config-line)#stopbits 1
This command has no effect on this line; use modem AT commands instead
cisco2611xm(config-line)#speed 38400
This command has no effect on this line; use modem AT commands instead
cisco2611xm(config-line)#flow
cisco2611xm(config-line)#flowcontrol hardwa
cisco2611xm(config-line)#flowcontrol hardware
% This command has no effect on this line; use modem AT commands instead
下面是我配置完的,看一下哪地方做的不对?
cisco2611xm#sh run
Building configuration...
Current configuration : 1391 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname cisco2611xm
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$Pc.m$azWnTw.zDQzVvT08W77ts0
!
username user password 7 12485744
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
no ip domain lookup
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 10.9.169.222 255.255.255.0 secondary
ip address 172.16.1.100 255.255.255.0
duplex auto
speed auto
no keepalive
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Group-Async1
ip unnumbered FastEthernet0/0
encapsulation ppp
ip tcp header-compression passive
dialer in-band
dialer idle-timeout 1800
async mode dedicated
peer default ip address pool cisco2611xm-group-1
ppp authentication chap
group-range 33 48
!
router rip
version 2
network 172.16.0.0
no auto-summary
!
ip local pool cisco2611xm-group-1 172.16.1.150 172.16.1.200
ip classless
ip route 0.0.0.0 0.0.0.0 10.9.169.110
no ip http server
!
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
password 7 1158485446435A
login
line 33 48
login local
modem InOut
transport input all
autoselect during-login
autoselect ppp
line aux 0
line vty 0 4
password 7 03550A5A575E70
login
!
!
!
end
或者哪位大哥给一份完整的配置,好不好?最好是加上简单的注释! |
|