网络通信 频道

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

  ISP1DA2
  *********************************************************************************8
  Device Characteristics
  Table 9 shows the device characteristics for ISP1DA2.
  Table 9 Hardware and Software Device Characteristics for ISP1DA2
  Host name ISP1DA2
  Chassis type Cisco 7513 router
  Physical interfaces ?4 Ethernet/IEEE 802.3
  ?1 Fast Ethernet/IEEE 802.3
  ?5 Packet Over SONET (POS)
  Hardware components ?Cisco RSP2 (R4700) processor
  ?6 VIP2 controllers (1 Fast Ethernet) (4 Ethernet) (5 POS)
  Software loaded Release 12.1(3.5)T
  Memory Cisco RSP2 (R4700) processor: 128 MB
  IP addresses ?Loopback0: J.1.0.209 255.255.255.255
  ?Ethernet0/0/0: J.1.81.1 255.255.255.0
  ?Ethernet0/0/2: J.1.82.1 255.255.255.248
  ?FastEthernet0/1/0: K.250.1.9 255.255.255.248
  ?POS1/0/0: J.1.71.25 255.255.255.252
  ?POS2/0/0: J.1.71.13 255.255.255.252
  ?POS8/0/0: J.1.80.5 255.255.255.252
  ?POS9/0/0: J.1.72.6 255.255.255.252
  ?POS10/0/0: J.1.80.1 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 ISP1DA2
  !
  logging buffered 10000 debugging
  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 advertise-tags
  no tag-switching ip
  !
  !
  interface Loopback0
  ip address J.1.0.209 255.255.255.255
  ip router isis
  !
  interface Ethernet0/0/0
  description TO RVT100, E9
  ip address J.1.81.1 255.255.255.0
  ip router isis
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  !
  interface Ethernet0/0/2
  description TO ISP1DA2CL1
  ip address J.1.82.1 255.255.255.248
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  load-interval 30
  !
  interface FastEthernet0/1/0
  description TO ISP1AC2, FA3/0
  ip address K.250.1.9 255.255.255.248
  ip pim sparse-mode
  ip route-cache distributed
  ip mroute-cache distributed
  full-duplex
  !
  interface POS1/0/0
  description TO ISP1BB1, POS 0/2
  ip address J.1.71.25 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/2
  ip address J.1.71.13 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 9/0/0
  ip address J.1.72.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 ISP1DA3, POS 10/0/0
  ip address J.1.80.1 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.0012.00
  is-type level-1
  !
  router bgp 1
  no synchronization
  bgp log-neighbor-changes
  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.210 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.210 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 permit ip K.250.1.0 0.0.0.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 origin igp
  !
  snmp-server engineID local 0000000902000010F6A02000
  snmp-server community public RO
  snmp-server community STSS RW
  snmp-server packetsize 2048
  snmp-server contact sysadmin
  snmp-server chassis-id ISP1DA2
  !
  !
  line con 0
  exec-timeout 0 0
  length 40
  transport input none
  line aux 0
  line vty 0 4
  exec-timeout 0 0
  password lab
  !
  end
  

文章转载地址;http://cisco.chinaitlab.com/configure/7953.html

0
相关文章