ATM大家学

来源: 作者: 2006-11-01 出处:pcdog.com

arp  atm  iis  ssl  

  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
  end
更多内容请看PCdog.com--ATM网络技术教程  ATM协议专题
上一篇:万兆技术推向网络汇聚层趋势分析
下一篇:宽带共享上网应用常见问题解答