Guest

Cisco 600 Series DSL Customer Premises Equipment Routers

Configuring a Cisco 677 CPE With RFC1483 Routed to a Cisco 6400 UAC

Document ID: 12865



Contents

Introduction
Prerequisites
      Requirements
      Components Used
      Conventions
Configure
      Network Diagram
      Configurations
NetPro Discussion Forums - Featured Conversations
Related Information

Introduction

This sample configuration shows an end-to-end configuration that does RFC1483 Routed. The configuration includes a Cisco 677 Customer Premises Equipment (CPE) Router, a Cisco 6130 NI2 Digital Subscriber Line Access Multiplexer (DSLAM), a Cisco 6400 node switch processor (NSP), and a Cisco 6400 node route processor (NRP).

Prerequisites

Requirements

There are no specific requirements for this document.

Components Used

The information in this document is based on these software and hardware versions:

  • Cisco 677 CBOS Version 2.3.5

  • Cisco 6400 UAC-NRP IOSĀ® Software Release 12.0(7)DC

  • Cisco 6400 UAC-NSP IOS Software Release 12.0(4)DB

  • Cisco 6130 DSLAM-NI2 IOS Software Release 12.1(1)DA

The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.

Conventions

Refer to Cisco Technical Tips Conventions for more information on document conventions.

Configure

In this section, you are presented with the information to configure the features described in this document.

Note: Use the Command Lookup Tool ( registered customers only) to obtain more information on the commands used in this section.

Network Diagram

This document uses this network setup:

677rfc_routed.gif

Configurations

Cisco 677

cbos#set nvram erase
cbos#set rfc1483 enable
cbos#set int eth0 ip 10.0.0.1
cbos#set int eth0 mask 255.255.255.0
cbos#set int wan0-0 dest 200.1.1.2 (optional)
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
cbos#reboot

Cisco 6130-NI2

boot system flash ni2-dsl-mz.121-2.PA.bin
slot 1 ATUC-4FLEXIDMT
dsl-profile test
 dmt bitrate maximum interleaved
 downstream 8032 upstream 864


 interface ATM1/1 
  dsl profile test
  atm pvc 1 32 interface ATM0/1 4 32

Cisco 6400-NSP

interface ATM5/0/0 
atm pvc 4 32 int ATM 2/0/0 4 32

Cisco 6400-NRP

interface ATM0/0/0.432 point-to-point
 ip address 200.1.1.2 255.255.255.0
  pvc 4/32
  encapsulation aal5snap
 !
ip route 10.0.0.0 255.255.255.0 atm0/0/0.432

NetPro Discussion Forums - Featured Conversations

Networking Professionals Connection is a forum for networking professionals to share questions, suggestions, and information about networking solutions, products, and technologies. The featured links are some of the most recent conversations available in this technology.
NetPro Discussion Forums - Featured Conversations for DSL
Network Infrastructure: Remote Access
Service Providers: VPN Service Architectures

Related Information



Updated: Nov 21, 2005Document ID: 12865