首页 | 旅游 | 健康 | 时尚 | 下载 | 论坛 | 图文 | 专题 | 地图
资讯 IT人 电脑入门 操作系统 上网 办公 技巧 硬件 软件 网络 图像 多媒体 程序 数据库 网页制作 网站开发 网游 安全 加密 企业

ATM大家学

巧巧读书 2006-11-01   技术论坛

  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
本类最热图文
巧巧读书图文推荐
Google
巧巧电脑频道编辑信箱  告诉我们您想看的专题或文章