ISP1DA1
***********************************************************************************
Device Characteristics
Table 8 shows the device characteristics for ISP1DA1.
Table 8 Hardware and Software Device Characteristics for ISP1DA1
Host name ISP1DA1
Chassis type Cisco 7513 router
Physical interfaces ?4 Ethernet/IEEE 802.3
?1 Fast Ethernet/IEEE 802.3
?1 High-Speed Serial Interface (HSSI)
?5 Packet Over SONET (POS)
Hardware components ?Cisco RSP2 (R4700) processor
?1 HSSI Interface Processor (HIP) controller (1 HSSI)
?7 VIP2 controllers (1 Fast Ethernet) (4 Ethernet) (1 Channelized T3)
(5 POS)
Software loaded Release 12.1(3)
Memory Cisco RSP2 (R4700) processor: 128 MB
IP addresses ?Loopback0: J.1.0.208 255.255.255.255
?Ethernet0/0/0: J.1.73.1 255.255.255.0
?Ethernet0/0/2: J.1.74.1 255.255.255.248
?FastEthernet0/1/0: K.250.1.1 255.255.255.248
?POS1/0/0: J.1.71.1 255.255.255.252
?POS2/0/0: J.1.71.5 255.255.255.252
?POS8/0/0: J.1.72.1 255.255.255.252
?POS9/0/0: J.1.72.5 255.255.255.252
?POS10/0/0: J.1.88.5 255.255.255.252
************************************************************************************
Configuration File
version 12.1
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
no service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname ISP1DA1
!
logging buffered 10000 debugging
no logging console
enable password lab
!
username all
!
!
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
isdn voice-call-failure 0
!
controller T3 4/0/0
!
!
interface Loopback0
ip address J.1.0.208 255.255.255.255
ip router isis
!
interface Ethernet0/0/0
description TO RVT100, E8
ip address J.1.73.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 ISP1DA1CL1
ip address J.1.74.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 ISP1AC1, FA3/0
ip address K.250.1.1 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/1
ip address J.1.71.1 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/1
ip address J.1.71.5 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 ISP1DA2, POS 9/0/0
ip address J.1.72.5 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 9/0/0
ip address J.1.88.5 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.0011.00
is-type level-1
!
router bgp 1
no synchronization
redistribute connected route-map connected-bgp
redistribute static
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.209 peer-group ISP1INTERNAL
neighbor J.1.0.210 peer-group ISP1INTERNAL
no auto-summary
!
address-family ipv4 multicast
redistribute connected route-map connected-bgp
redistribute static
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.209 activate
neighbor J.1.0.210 activate
exit-address-family
!
no ip classless
ip route J.1.64.4 255.255.255.255 J.4.71.2
ip route J.1.64.14 255.255.255.255 J.4.71.6
ip route K.250.1.32 255.255.255.224 K.250.1.2
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
route-map connected-bgp permit 10
match ip address 112
set ip next-hop J.1.0.208
set origin igp
!
snmp-server engineID local 0000000902000010F6FAE000
snmp-server community public RO
snmp-server packetsize 2048
snmp-server contact sysadmin
snmp-server chassis-id id ISP1DA1
!
!
line con 0
exec-timeout 0 0
length 35
transport input none
line aux 0
line vty 0 4
exec-timeout 0 0
password lab
!
end