Cisco 1700, 2600 및 3600 Series 라우터는 ADSL(Asymmetric Digital Subscriber Line) WIC(WAN Interface Card)를 지원합니다. 세 플랫폼 모두 기본적으로 동일하게 구성되지만 하드웨어와 각 플랫폼에 필요한 Cisco IOS® 소프트웨어 릴리스의 차이점이 있습니다. 이 문서에서 Cisco 1700/2600/3600은 Cisco ADSL WIC라고 합니다.
이 문서에서는 Cisco 6400 UAC(Universal Access Concentrator)에서 종료되는 Cisco 6130 DSL DSLAM(Access Multiplexer)에 연결된 Cisco ADSL WIC를 보여줍니다. 각 컨피그레이션에서는 PPPoA(PPP over ATM)를 사용합니다. ATM 인터페이스는 ALMUX PPP 캡슐화를 위해 구성됩니다.
한 컨피그레이션에서는 CHAP(Challenge Handshake Authentication Protocol)를 사용하는 PPPoA를 보여줍니다. 두 번째 컨피그레이션은 PAP(Password Authentication Protocol)를 사용하는 PPP over ATM을 보여줍니다.
이 컨피그레이션을 시도하기 전에 다음 요구 사항을 충족해야 합니다.
Cisco 6400 UAC-NRP IOS Software 릴리스 12.1(3)DC1
Cisco 6400 UAC-NSP IOS Software 릴리스 12.1(3)DB
Cisco 6130 DSLAM-NI2 IOS 소프트웨어 릴리스 12.1(5)DA
이 문서의 정보는 다음 소프트웨어 및 하드웨어 버전을 기반으로 합니다.
Cisco 2600/3600에서 ADSL WIC를 지원하려면 다음 하드웨어 제품이 필요합니다.
2600: 섀시 WIC 슬롯, NM-2W
3600: NM-1FE1R2W, NM-1FE2W, NM-2FE2W, NM-2W
참고: Cisco 3600의 경우 ADSL은 WIC NM-1E1R2W, NM-1E2W 또는 NM-2E2W에서 지원되지 않습니다.
ADSL WIC를 지원하기 위해 필요한 최소 Cisco IOS 소프트웨어 릴리스는 다음과 같습니다.
Cisco 2600/3600의 Cisco IOS Software 릴리스 12.1(5)YB(및 버전만 해당)
Cisco 1700의 Cisco IOS Software 릴리스 IOS 12.1(3)XJ 이상(Plus 버전 또는 ADSL 기능 집합만 해당). ADSL 기능 집합은 이미지 이름에서 "y7"로 식별됩니다(예: c1700-sy7-mz.121-3.XJ.bin).
참고: Cisco 1700용 이미지를 다운로드할 때 이미지 이름 1700을 선택해야 합니다. 1720 또는 1750 이미지는 다운로드하지 마십시오. 이 기능은 ADSL WIC를 지원하지 않습니다.
이 문서의 정보는 특정 랩 환경의 디바이스를 토대로 작성되었습니다. 이 문서에 사용된 모든 디바이스는 초기화된(기본) 컨피그레이션으로 시작되었습니다. 현재 네트워크가 작동 중인 경우, 모든 명령어의 잠재적인 영향을 미리 숙지하시기 바랍니다.
문서 규칙에 대한 자세한 내용은 Cisco 기술 팁 표기 규칙을 참조하십시오.
이 섹션에는 이 문서에서 설명하는 기능을 구성하기 위한 정보가 표시됩니다.
참고: 이 문서에 사용된 명령에 대한 추가 정보를 보려면 명령 조회 도구(등록된 고객만 해당)를 사용하십시오.
이 문서에서는 아래 다이어그램에 나와 있는 네트워크 설정을 사용합니다.
이 문서에서는 아래에 표시된 컨피그레이션을 사용합니다.
CHAP를 사용하는 PPPoA
PAP를 사용하는 PPPoA
CHAP를 사용하는 PPPoA에 대해 interface virtual-template 명령을 사용할 경우 ppp chap sent-username username password 비밀번호만 구성합니다. ppp authentication chap callin 명령은 지원되지 않습니다. CHAP를 사용하는 PPPoA의 이 예에서는 interface dialer 명령이 사용되며, 이는 영향을 받지 않습니다.
Cisco ADSL WIC |
---|
Current configuration: ! version 12.1 ! service timestamps debug datetime msec service timestamps log datetime msec ! hostname R1 ! ip subnet-zero ! interface FastEthernet0 ip address 10.0.0.1 255.0.0.0 no ip directed-broadcast no ip mroute-cache ! interface ATM0 no ip address no ip directed-broadcast no ip mroute-cache no atm ilmi-keepalive pvc 1/150 encapsulation aal5mux ppp dialer dialer pool-member 1 ! hold-queue 224 in ! interface Dialer0 ip address 172.18.0.1 255.255.0.0 no ip directed-broadcast encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap callin ppp chap hostname username ppp chap password password ! ip classless ip route 0.0.0.0.0.0.0.0 dialer0 ! dialer-list 1 protocol ip permit ! end |
Access 6400 NRP1 |
---|
username username password password !--- The username and password values must match !--- the username and password values of the remote device. ! interface ATM0/0/0.200 point-to-point no ip directed-broadcast no ip route-cache pvc 1/301 encapsulation aal5mux ppp Virtual-Template11 ! interface Virtual-Template11 ip address 172.18.0.2 255.255.0.0 no ip directed-broadcast ppp authentication chap ! ip route 10.0.0.1 255.255.255.255 172.18.0.1 |
PAP를 사용하는 PPPoA에 대해 interface virtual-template 명령을 사용하는 경우 ppp pap sent-username username password password 명령만 구성합니다. ppp authentication pap callin 명령은 지원되지 않습니다. PAP를 사용하는 PPPoA의 이 예에서는 인터페이스 다이얼러 명령이 사용되지만, 이는 영향을 받지 않습니다.
Cisco ADSL WIC |
---|
version 12.1 ! service timestamps debug datetime msec service timestamps log datetime msec ! hostname R1 ! ip subnet-zero ! interface FastEthernet0 ip address 10.0.0.1 255.0.0.0 no ip directed-broadcast no ip mroute-cache ! interface ATM0 no ip address no ip directed-broadcast no ip mroute-cache no atm ilmi-keepalive pvc 1/150 encapsulation aal5mux ppp dialer dialer pool-member 1 ! hold-queue 224 in ! interface Dialer0 ip address 172.18.0.1 255.255.0.0 no ip directed-broadcast encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication pap callin ppp pap sent-username username password password ! ip classless ip route 0.0.0.0.0.0.0.0 dialer0 no ip http server ! dialer-list 1 protocol ip permit |
Access 6400 NRP1 |
---|
username <username> password <password> !--- The username and password values must match !--- the username and password values of the remote device. ! interface ATM0/0/0.200 point-to-point no ip directed-broadcast no ip route-cache pvc 1/301 encapsulation aal5mux ppp Virtual-Template11 ! interface Virtual-Template11 ip address 172.18.0.2 255.255.0.0 no ip directed-broadcast ppp authentication pap ! ip route 10.0.0.1 255.255.255.255 172.18.0.1 |
현재 이 설정에 사용 가능한 확인 절차는 없습니다.
현재 이 설정에 사용할 수 있는 특정 문제 해결 정보가 없습니다.
개정 | 게시 날짜 | 의견 |
---|---|---|
1.0 |
10-Dec-2001 |
최초 릴리스 |