이 문서에서는 DSL(디지털 가입자 회선) 구성 요소에 대한 일반적인 설명과 구성 요소가 기본 DSL 구현에 어떻게 부합하는지 설명합니다.이 문서의 샘플 구성은 현재 사용 중인 가장 일반적인 DSL 네트워크를 보여줍니다.이러한 컨피그레이션을 광대역 어그리게이션 구현을 설계하기 위한 일반 참조로 사용할 수 있습니다.그러나 이러한 컨피그레이션을 쿠키 커터 솔루션으로 보지 마십시오.모든 고객과 모든 요구 사항은 다르며, 동일한 설계 목표를 달성할 수 있는 여러 가지 방법이 있습니다.
이 문서의 구성은 가능한 한 완료되지만, 이 문서에서는 필수 라인만 제공합니다.이 문서에서는 사용자가 Cisco 디바이스 컨피그레이션에 대한 기본적인 이해가 있고 많은 기본 명령줄을 생략한다고 가정합니다.이러한 컨피그레이션을 시작점으로만 사용하여 자체 구현을 설계합니다.
이 문서에 대한 특정 요건이 없습니다.
이 문서는 특정 소프트웨어 및 하드웨어 버전으로 한정되지 않습니다.
문서 규칙에 대한 자세한 내용은 Cisco 기술 팁 표기 규칙을 참고하십시오.
이 섹션에서는 이 문서에 설명된 기능을 구성하는 정보를 제공합니다.
참고: 명령 조회 도구(등록된 고객만 해당)를 사용하여 이 문서에 사용된 명령에 대한 자세한 내용을 확인하십시오.
이 섹션에서는 다음 네트워크 설정을 사용합니다.
이 예에서는 PPPoA(PPPoA)를 통해 Cisco 677 또는 기타 DSL CPE(customer premises equipment)를 Cisco 7200에 연결하는 방법에 대해 설명합니다. 컨피그레이션에는 선택적 구성 요소인 Cisco Lightstream 1010(LS1010) ATM 스위치가 포함됩니다.DSL 액세스 승수(DSL Access Multiplier)를 Cisco 7200에 직접 연결하면 결과는 동일합니다.
이 예에서는 Cisco 677에서 PPP 세션을 설정하고 Cisco 7200에서 종료합니다.세션이 종료된 후 기존 IP는 트래픽을 NSP(네트워크 서비스 공급자) 또는 인터넷에 전달합니다.
CPE에는 NAT(Network Address Translation)/PAT(Port Address Translation)를 수행하는 컨피그레이션이 있습니다. 또한 CPE는 이더넷 스테이션에 IP 주소를 할당하기 위해 DHCP 서버를 구현합니다.
이 섹션에서는 다음 컨피그레이션을 사용합니다.
PPPoA용 PC 컨피그레이션 |
---|
참고: DHCP가 이 정보를 전달할 수 없는 경우 도메인 이름을 설정해야 합니다. |
PPPoA용 Cisco CPE 컨피그레이션 |
---|
cbos> enable Password: cbos# set nat enable NAT is now enabled You must use "write" then reboot for changes to take effect. cbos# set ppp wan0-0 login User name for wan0-0 has been set to testcpe. cbos# set ppp wan0-0 password Password for wan0-0 has been set to cisco. cbos# set ppp wan0-0 ipcp 0.0.0.0 PPP wan0-0 IPCP Address set to 0.0.0.0 cbos# set int wan0-0 close cbos# set int wan0-0 vpi 1 cbos# set int wan0-0 vci 32 cbos# set int wan0-0 open cbos# set int eth0 address 172.22.10.254 eth0 ip address changed from 10.0.0.1 to 172.22.10.254 cbos# set int eth0 netmask 255.255.255.0 eth0 netmask changed from 255.255.255.0 to 255.255.255.0 cbos# set dhcp server enable DHCP Server enabled cbos# set dhcp server pool 0 ip 172.22.10.0 Pool 0 IP parameter is now 172.22.10.0 cbos# set dhcp server pool 0 netmask 255.255.255.0 Pool 0 netmask parameter is now 255.255.255.0 cbos# set dhcp server pool 0 gateway 172.22.10.254 Pool 0 gateway parameter is now 172.22.10.254 cbos# set password exec Exec Password Change Successful! cbos# set password enable Enable Password Change Successful! cbos# write NVRAM written. |
PPPoA용 Cisco DSLAM 컨피그레이션 |
---|
hostname 6260 ! Subtending Port - Will set as shutdown interface atm0/2 shutdown slot 1 atuc-1-4dmt ! dsl-profile fast dmt codeword-size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 ! interface atm1/1 dsl profile fast atm pvc 1 32 interface atm0/1 1 35 |
PPPoA용 Cisco LS1010 구성 |
---|
interface ATM 0/1/2 no ip address no ip directed-broadcast no ATM ilmi-keepalive ATM pvp 1 interface ATM 0/0/2 1 |
PPPoA용 Cisco 7200 구성 |
---|
aaa new-model AAA authentication ppp default local ! ! username password ! ! interface ATM 2/0.1 multipoint no ip directed-broadcast PVC 1/35 encapsulation aal5mux ppp Virtual-Template 2 ! ! interface FastEthernet 4/0 ip address 172.22.32.1 255.255.255.0 no ip directed-broadcast ! ! interface Virtual-Template 2 ip unnumbered FastEthernet 4/0 no ip directed-broadcast peer default ip address pool <pool name> ppp authentication pap ! ! ip local pool <pool name> 172.22.40.10 172.22.40.25 |
이 섹션에서는 다음 네트워크 설정을 사용합니다.
이 예에서는 RFC 1483 브리지 캡슐화를 통해 Cisco 677 또는 기타 DSL CPE를 Cisco 7200에 연결하는 방법에 대해 설명합니다.이 컨피그레이션에는 선택적 구성 요소인 Cisco LS1010 ATM 스위치가 포함되어 있습니다.DSLAM을 Cisco 7200에 직접 연결하면 결과는 동일합니다.
이 예에서는 Cisco 677에서 브리지 세션을 설정하고 Cisco 7200에서 종료합니다.Cisco 7200에 대한 세션 브리지가 끝나면 기존 IP는 트래픽을 NSP 또는 인터넷으로 전달합니다.7200에서 컨피그레이션을 사용하는 DHCP 서버는 클라이언트 워크스테이션에 IP 주소를 할당합니다.
이 구성에서는 IRB(Integrated Routing and Bridging)를 사용합니다. IRB로 확장성과 보안 문제를 완화하려면 RBE(Routed Bridged Encapsulation)를 고려하십시오.
이 섹션에서는 다음 컨피그레이션을 사용합니다.
RFC 1483용 PC 컨피그레이션 |
---|
참고: DHCP가 이 정보를 전달할 수 없는 경우 도메인 이름을 설정해야 합니다. |
RFC 1483용 Cisco 677 CPE 컨피그레이션 |
---|
cbos# set bridging rfc1483 enabled !--- Use write, then reboot for the changes to take effect. cbos# set bridging management enable cbos# set int eth0 address 172.22.40.25 !--- You use this IP address for management purposes only. cbos# set int wan0-0 close cbos# set int wan0-0 vpi 1 cbos# set int wan0-0 vci 32 cbos# set int wan0-0 open cbos# write NVRAM written. cbos# reboot |
RFC 1483용 Cisco DSLAM 컨피그레이션 |
---|
hostname 6260 ! Subtending Port - Will set as shutdown interface atm0/2 shutdown slot 1 atuc-1-4dmt ! dsl-profile fast dmt codeword-size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 ! interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/1 1 35 |
RFC 1483용 Cisco LS1010 구성 |
---|
interface ATM 0/1/2 no ip address no ip directed-broadcast no ATM ilmi-keepalive ATM pvp 1 interface ATM 0/0/2 1 |
RFC 1483용 Cisco 7200 구성 |
---|
ip dhcp excluded-address 172.22.40.1 172.22.40.25 ! ! ip dhcp pool 0 network 172.22.40.0 255.255.255.0 default-router 172.22.40.9 dns-server netbios-name-server ! ! bridge irb ! ! interface ATM 2/0 no ip address no ip directed-broadcast no ATM ilmi-keepalive ! ! interface ATM 2/0.1 point-to-point no ip directed-broadcast PVC 1/35 encapsulation aal5snap bridge-group 1 ! ! interface ATM 2/0.2 point-to-point no ip directed-broadcast PVC 1/36 encapsulation aal5snap bridge-group 1! ! interface FastEthernet 4/0 ip address 172.22.32.1 255.255.255.0 no ip directed-broadcast ! ! interface BVI 1 ip address 172.22.40.9 255.255.255.0 no ip directed-broadcast ! ! bridge 1 protocol ieee bridge 1 route ip |
이 섹션에서는 다음 네트워크 설정을 사용합니다.
RBE는 현재 대부분의 신규 DSL 설치에 대해 선택 가능한 컨피그레이션입니다.RBE는 광대역 가입자 환경에서 브리징의 보안 및 확장성 문제를 해결합니다.
7200에서 컨피그레이션을 사용하는 DHCP 서버는 클라이언트 워크스테이션에 IP 주소를 할당합니다.
중요:Cisco IOS® Software Release 12.1(2)T 이상을 사용하는 경우 외에는 번호가 지정되지 않은 ATM을 사용하여 라우터에서 DHCP를 실행할 수 없습니다.
이 섹션에서는 다음 컨피그레이션을 사용합니다.
RBE용 PC 컨피그레이션 |
---|
참고: DHCP가 이 정보를 전달할 수 없는 경우 도메인 이름을 설정해야 합니다. |
RBE용 Cisco CPE 컨피그레이션 |
---|
cbos# set bridging rfc1483 enabled !--- Use write, then reboot for the changes to take effect. cbos# set bridging management enable cbos# set int eth0 address 172.22.40.25 !--- You use this IP address for management purposes only. cbos# set int wan0-0 close cbos# set int wan0-0 vpi 1 cbos# set int wan0-0 vci 32 cbos# set int wan0-0 open cbos# write NVRAM written. cbos# reboot |
RBE용 Cisco DSLAM 컨피그레이션 |
---|
hostname 6260 ! Subtending Port - Will set as shutdown interface atm0/2 shutdown slot 1 atuc-1-4dmt ! dsl-profile fast dmt codeword-size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 ! interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/1 1 35 |
RBE용 Cisco LS1010 구성 |
---|
interface ATM 0/1/2 no ip address no ip directed-broadcast no ATM ilmi-keepalive ATM pvp 1 interface ATM 0/0/2 1 |
RBE용 Cisco 7200 구성 |
---|
ip dhcp excluded-address 172.22.40.1 172.22.40.25 ! ! ip dhcp pool 0 network 172.22.40.0 255.255.255.0 default-router 172.22.40.9 dns-server netbios-name-server ! ! interface Loopback0 ip address 172.22.40.9 255.255.255.0 ! ! interface ATM 2/0 no ip address no ip directed-broadcast no ATM ilmi-keepalive ! ! interface ATM 2/0.1 point-to-point ip unnumbered Loopback0 no ip directed-broadcast ATM route-bridged ip PVC 1/35 encapsulation aal5snap ! ! interface ATM 2/0.2 point-to-point ip unnumbered Loopback0 no ip directed-broadcast ATM route-bridged ip PVC 1/36 encapsulation aal5snap ! ! interface FastEthernet 4/0 ip address 172.22.32.1 255.255.255.0 no ip directed-broadcast ! ! |
이 섹션에서는 다음 네트워크 설정을 사용합니다.
PPPoE(PPP over Ethernet)는 라우터에서 최종 클라이언트로 PPP 세션을 확장합니다.PPP 및 인증 소프트웨어는 일반적으로 운영 체제 또는 독립형 애플리케이션에서 클라이언트에서 실행됩니다.CPE는 브리징 모드에서 작동하여 DSL 연결을 통해 PPP 세션을 연결합니다.그러나 이 시나리오에서는 CPE가 DHCP 서버 역할을 할 수 없습니다.
CPE, DSLAM 및 ATM 스위치에 대한 컨피그레이션은 RFC 1483 브리징에 대한 컨피그레이션과 동일합니다.이 예와 같이 로컬 인증을 위해 Cisco 7200 어그리게이션 라우터를 구성할 수 있습니다.또는 AAA(authentication, authorization, and accounting) RADIUS 인증을 사용하여 7200을 구성할 수 있습니다.
이 섹션에서는 다음 컨피그레이션을 사용합니다.
PPPoE용 PC 컨피그레이션 |
---|
참고: DHCP가 이 정보를 전달할 수 없는 경우 도메인 이름을 설정해야 합니다. 참고: 엔드 스테이션은 라우터에 대한 PPP 연결을 설정할 수 있어야 합니다.인증 및 액세스를 위한 특수 클라이언트 소프트웨어가 필요할 수 있습니다. |
PPPoE용 Cisco 677 CPE 컨피그레이션 |
---|
cbos# set bridging rfc1483 enabled !--- Use write, then reboot for the changes to take effect. cbos# set bridging management enable cbos# set int eth0 address 172.22.40.25 !--- You use this IP address for management purposes only. cbos# set int wan0-0 close cbos# set int wan0-0 vpi 1 cbos# set int wan0-0 vci 32 cbos# set int wan0-0 open cbos# write NVRAM written. cbos# reboot |
PPPoE용 Cisco DSLAM 컨피그레이션 |
---|
hostname 6260 ! Subtending Port - Will set as shutdown interface atm0/2 shutdown slot 1 atuc-1-4dmt ! dsl-profile fast dmt codeword-size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 ! interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/1 1 35 |
PPPoE용 Cisco LS1010 구성 |
---|
interface ATM 0/1/2 no ip address no ip directed-broadcast no ATM ilmi-keepalive ATM pvp 1 interface ATM 0/0/2 1 |
PPPoE용 Cisco 7200 구성 |
---|
! username <username> password <password> ! vpdn enable ! vpdn-group 1 accept-dialin protocol pppoe virtual-template 1 pppoe limit per-mac 100 pppoe limit per-vc 100 ! ip cef ! interface atm2/0 no ip address no ip directed-broadcast no ATM ilmi-keepalive ! ! interface ATM 2/0.1 point-to-point no ip directed-broadcast PVC 1/35 encapsulation aal5snap protocol pppoe ! ! interface ATM 2/0.2 point-to-point no ip directed-broadcast PVC 1/36 encapsulation aal5snap protocol pppoe ! interface Virtual-Template1 ip unnumbered FastEthernet 4/0 no ip directed-broadcast peer default ip address pool <pool name> ppp authentication pap ! interface FastEthernet 4/0 ip address 172.22.32.1 255.255.255.0 no ip directed-broadcast ! ip local pool <pool name> 172.22.32.20 172.22.32.100 |
이 섹션에서는 다음 네트워크 설정을 사용합니다.
L2TP(Layer Two Tunneling Protocol)는 한 위치에서 최종 사용자로부터 PPP 연결을 종료하고 L2 데이터 패킷을 다른 위치로 전송하는 수단을 제공합니다.L2TP는 어그리게이션 디바이스에서 대부분의 IP 기능을 오프로드하고 더 중앙 집중화된 네트워크 설계를 허용합니다.RADIUS 서버는 AAA를 제공합니다.
Cisco 7200을 제외한 모든 디바이스의 컨피그레이션은 RFC 1483 예의 컨피그레이션과 동일합니다.
이 섹션에서는 다음 컨피그레이션을 사용합니다.
L2TP용 PC 컨피그레이션 |
---|
참고: DHCP가 이 정보를 전달할 수 없는 경우 도메인 이름을 설정해야 합니다. |
L2TP용 Cisco 677 CPE 컨피그레이션 |
---|
cbos> enable Password: cbos# set nat enable NAT is now enabled You must use "write" then reboot for changes to take effect. cbos# set ppp wan0-0 login User name for wan0-0 has been set to testcpe. cbos# set ppp wan0-0 password Password for wan0-0 has been set to cisco. cbos# set ppp wan0-0 ipcp 0.0.0.0 PPP wan0-0 IPCP Address set to 0.0.0.0 cbos# set int wan0-0 close cbos# set int wan0-0 vpi 1 cbos# set int wan0-0 vci 32 cbos# set int wan0-0 open cbos# set int eth0 address 172.22.10.254 eth0 ip address changed from 10.0.0.1 to 172.22.10.254 cbos# set int eth0 netmask 255.255.255.0 eth0 netmask changed from 255.255.255.0 to 255.255.255.0 cbos# set dhcp server enable DHCP Server enabled cbos# set dhcp server pool 0 ip 172.22.10.0 Pool 0 IP parameter is now 172.22.10.0 cbos# set dhcp server pool 0 netmask 255.255.255.0 Pool 0 netmask parameter is now 255.255.255.0 cbos# set dhcp server pool 0 gateway 172.22.10.254 Pool 0 gateway parameter is now 172.22.10.254 cbos# set password exec Exec Password Change Successful! cbos# set password enable Enable Password Change Successful! cbos# write NVRAM written. |
L2TP용 Cisco DSLAM 컨피그레이션 |
---|
hostname 6260 ! Subtending Port - Will set as shutdown interface atm0/2 shutdown slot 1 atuc-1-4dmt ! dsl-profile fast dmt codeword-size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 ! interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/1 1 35 |
L2TP용 Cisco LS1010 구성 |
---|
interface ATM 0/1/2 no ip address no ip directed-broadcast no ATM ilmi-keepalive ATM pvp 1 interface ATM 0/0/2 1 |
L2TP용 Cisco 7200 LAC 컨피그레이션 |
---|
! AAA new-model AAA authentication login default none AAA authentication ppp default local group radius AAA authorization network default local group radius none AAA accounting network default wait-start group radius ! vpdn-group 4 request-dialin protocol l2tp domain cisco.com initiate-to ip 172.22.32.27 priority 1 local name cisco-tunnel ! interface ATM 2/0 no ip address no ip directed-broadcast no ATM ilmi-keepalive ! ! interface ATM 2/0.1 point-to-point no ip directed-broadcast PVC 1/35 encapsulation aal5mux ppp Virtual-Template1 ! ! interface ATM 2/0.2 point-to-point no ip directed-broadcast PVC 1/36 encapsulation aal5mux ppp Virtual-Template1 ! ! interface FastEthernet 4/0 ip address 172.22.32.1 255.255.255.0 no ip directed-broadcast ! ! interface Virtual-Template1 ip unnumbered FastEthernet4/0 no ip directed-broadcast ppp authentication pap ! ! radius-server host 172.22.32.20 auth-port 1645 acct-port 1646 radius-server key cisco |
L2TP용 Cisco 7200 LNS 컨피그레이션 |
---|
! AAA new-model AAA authentication login default none AAA authentication ppp default local group radius AAA authorization network default local group radius none AAA accounting network default wait-start group radius ! vpdn-group 1 accept-dialin protocol any virtual-template 1 terminate-from hostname cisco-tunnel local name tunnel-gate ! radius-server host 172.22.32.20 auth-port 1645 acct-port 1646 radius-server key cisco |
현재 이 구성에 대해 사용 가능한 확인 절차가 없습니다.
현재 이 컨피그레이션에 사용할 수 있는 특정 문제 해결 정보가 없습니다.