First we start out with some standard config stuff:
version 11.2
no service pad
no service udp-small-servers
no service tcp-small-servers
!
hostname name-that-switch
!
boot host router-config-filename tftp-server-IP
boot system flash
boot system rom
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
ip name-server 129.173.1.10
clock timezone AST -4
clock summer-time ADT recurring
Among other things, this is used to define the prefix handed out to ILMI-attached end stations (including routers). We have a /28 slice of a class C IP net for use by RFC 1577 hosts
atm address 39.124f.8100.011f.0001.0001.0000.0000.c6a6.0180.00
The second and third lines will show up by default
atm router pnni
node 1 level 56 lowest
redistribute atm-static
Most interfaces will not require any configuration. PVCs have to be explicitly defined to correspond to whatever the end stations are expecting
interface ATM0/0/0
description Dalhousie router
!
interface ATM0/0/1
description squirrel MBONE router
!
interface ATM0/0/2
description GigaPOP Tier_A router
atm pvc 0 33 interface ATM0/0/0 0 34
!
interface ATM0/0/3
description NRC/IMB router
atm pvc 0 33 interface ATM0/0/2 0 34
interface ATM0/1/0
description Stentor and CA*net2
no atm auto-configuration
atm iisp side user version 3.1
atm pvp 9
!
interface ATM0/1/0.9 point-to-point
no atm auto-configuration
atm iisp side user version 3.1
Set up the management port in the usual way
interface ATM2/0/0
ip address 198.166.1.130 255.255.255.240
atm arp-server nsap 39.124F8100011F000100010000.0000C6A60181.00
atm esi-address 0000C6A60182.00
!
interface Ethernet2/0/0
no ip address
The switch needs to have its IP default gateway defined
ip default-gateway 198.166.1.129
ip classless
atm route 39.124F.8100.0120... ATM0/1/0.9
snmp-server community public RO
line con 0
line aux 0
line vty 0 4
password xxxxxxxx
login
!
ntp update-calendar
ntp server 192.75.138.129
endWeb: http://www.qqread.com/net-knowledge/n270315.html
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- 局域网连接设备--局域网知识 (29956次浏览)
- Win 2000办公局域网络组建方案 (20803次浏览)
- 最常用的网络命令精萃 (18855次浏览)
- TCP/IP基础(详细) (15800次浏览)
- 子网掩码的设置方法和作用 (12491次浏览)
- 局域网监控大师 --LanSee (2797次浏览)
- 局域网中的wins解析 (657次浏览)
- ADSL和小区宽带(FTTX+LAN)接入方式比较 (657次浏览)
- 网络综合布线基础知识 (587次浏览)
- 浅析ADSL在局域网中的共享配置 (586次浏览)



