Configuration of NRN-2 Router


# Complete configuration  of NRN2
# 1999-07-27

# ATM CONFIGURATION
atm router

interface Lan 1

interface Aal5 3

interface Atm 4
atm layer -hecerror-correction 1
atm line -framing sdh-stm-1 -transmit-clock 0
start atm line

atm pvc -aal5 3:2 -atm 4:102/2 -pcr 1208 -scr 1208

# IP ROUTING
ip routing 1 -router-id 192.168.100.3 -asno 102 -maxextgw 100 -maxnonet 20000 -maxv6net 100
ip aggregate -aggregate 3ffe:803c:0::/34

# IPv4, LAN INTERFACE
ip enable 1
use interface Lan 1
ip access default.1 -local 192.168.100.3
ip laninterface
ip route 0.0.0.0/0 1

# IPv6 OVER ATM, WAN INTERFACE
ip enable 3
interface Aal5 3
ip access CORE -local 3ffe:8038:80:2::2 -peer 3ffe:8038:80:2::1
ip atunnel -encapsulation 0 -vci 2
ip bgp -peer 3ffe:8038:80:2::1 -ipv6
start bgp

# TELNET & FTP
telnet enable
ftp enable