网络通信 频道

骨干ISP配置实例之ISP1DA3的配置

  ISP1DA3
  **********************************************************************************
  Device Characteristics
  Table 10 shows the device characteristics for ISP1DA3.
  Table 10 Hardware and Software Device Characteristics for ISP1DA3
  Host name ISP1DA3
  Chassis type Cisco 7513 router
  Physical interfaces ?4 Ethernet/IEEE 802.3
  ?5 Packet Over SONET (POS)
  Hardware components ?Cisco RSP2 (R4700) processor
  ?1 EIP controller (4 Ethernet)
  ?5 VIP2 controllers (5 POS)
  Software loaded Release 12.1(3)Memory Cisco RSP2 (R4700) processor: 128 MB
  IP addresses ?Loopback0: J.1.0.210 255.255.255.255
  ?Ethernet0/0: J.1.89.1 255.255.255.0
  ?Ethernet0/2: J.1.90.1 255.255.255.248
  ?POS1/0/0: J.1.71.17 255.255.255.252
  ?POS2/0/0: J.1.71.21 255.255.255.252
  ?POS8/0/0: J.1.88.1 255.255.255.252
  ?POS9/0/0: J.1.88.6 255.255.255.252
  ?POS10/0/0: J.1.80.2 255.255.255.252
  **********************************************************************************
  
  Configuration File
  version 12.1
  service timestamps debug uptime
  service timestamps log datetime localtime show-timezone
  no service password-encryption
  service udp-small-servers
  service tcp-small-servers
  !
  hostname ISP1DA3
  !
  logging buffered 10000 debugging
  no logging console
  enable password lab
  !
  !
  !
  !
  !
  clock timezone PDT -8
  clock summer-time PDT recurring
  ip subnet-zero
  ip cef distributed
  no ip domain-lookup
  !
  ip multicast-routing distributed
  clns routing
  no tag-switching ip
  no tag-switching advertise-tags
  !
  !
  interface Loopback0
  ip address J.1.0.210 255.255.255.255
  ip router isis
  !
  interface Ethernet0/0
  description To RVT100 EX
  ip address J.1.89.1 255.255.255.0
  ip router isis
  ip pim sparse-mode
  !
  interface Ethernet0/2
  description TO ISP1DA3CL1
  ip address J.1.90.1 255.255.255.0
  
  ip router isis
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  !
  interface Ethernet0/3
  description NOT CONNECTED
  no ip address
  ip pim sparse-mode
  load-interval 30
  !
  interface POS1/0/0
  description TO ISP1BB1, POS 0/3
  ip address J.1.71.17 255.255.255.252
  ip router isis
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  clock source internal
  !
  interface POS2/0/0
  description TO ISP1BB2, POS 0/3
  ip address J.1.71.21 255.255.255.252
  ip router isis
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  clock source internal
  !
  interface POS9/0/0
  description TO ISP1DA1, POS 10/0/0
  ip address J.1.88.6 255.255.255.252
  ip router isis
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  clock source internal
  !
  interface POS10/0/0
  description TO ISP1DA2, POS 10/0/0
  ip address J.1.80.2 255.255.255.252
  ip router isis
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  clock source internal
  !
  router isis
  net 49.0001.0000.0000.0013.00
  is-type level-1
  !
  router bgp 1
  no synchronization
  redistribute connected route-map connected-bgp
  neighbor ISP1INTERNAL peer-group
  neighbor ISP1INTERNAL remote-as 1
  neighbor ISP1INTERNAL update-source Loopback0
  neighbor J.1.0.200 peer-group ISP1INTERNAL
  neighbor J.1.0.201 peer-group ISP1INTERNAL
  neighbor J.1.0.202 peer-group ISP1INTERNAL
  neighbor J.1.0.203 peer-group ISP1INTERNAL
  neighbor J.1.0.204 peer-group ISP1INTERNAL
  neighbor J.1.0.205 peer-group ISP1INTERNAL
  neighbor J.1.0.208 peer-group ISP1INTERNAL
  neighbor J.1.0.209 peer-group ISP1INTERNAL
  no auto-summary
  !
  address-family ipv4 multicast
  redistribute connected route-map connected-bgp
  neighbor ISP1INTERNAL activate
  neighbor J.1.0.200 activate
  neighbor J.1.0.201 activate
  neighbor J.1.0.202 activate
  neighbor J.1.0.203 activate
  neighbor J.1.0.204 activate
  neighbor J.1.0.205 activate
  neighbor J.1.0.208 activate
  neighbor J.1.0.209 activate
  exit-address-family
  !
  no ip classless
  ip http server
  ip pim rp-address J.1.0.100
  !
  access-list 112 permit ip J.1.0.0 0.0.255.255 255.255.0.0 0.0.255.255
  access-list 112 deny ip any any
  route-map connected-bgp permit 10
  match ip address 112
  set ip next-hop J.1.0.210
  set origin igp
  !
  snmp-server engineID local 0000000902000009ED110800
  snmp-server community public RO
  snmp-server community STSS RW
  snmp-server packetsize 2048
  snmp-server contact sysadmin
  snmp-server system-shutdown
  snmp-server enable traps snmp
  snmp-server enable traps channel
  snmp-server enable traps isdn call-information
  snmp-server enable traps isdn layer2
  snmp-server enable traps config
  snmp-server enable traps entity
  snmp-server enable traps envmon
  snmp-server enable traps bgp
  snmp-server enable traps frame-relay
  !
  !
  line con 0
  exec-timeout 0 0
  transport input none
  line aux 0
  line vty 0 4
  exec-timeout 0 0
  password lab
  !
  end
文章转载地址;http://cisco.chinaitlab.com/configure/7954.html
0
相关文章