Skip to content

Instantly share code, notes, and snippets.

@lkmhaqer
Created November 8, 2013 13:10
Show Gist options
  • Save lkmhaqer/7370831 to your computer and use it in GitHub Desktop.
Save lkmhaqer/7370831 to your computer and use it in GitHub Desktop.
ISPa-PE
ISPa-PE#sh run
Building configuration...
Current configuration : 2338 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISPa-PE
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
ip cef
!
!
!
!
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
interface Loopback0
description SuperLoop
ip address 2.2.2.2 255.255.255.255
!
interface Loopback1
ip address 2.2.1.1 255.255.255.0
!
interface Loopback2
ip address 2.2.3.1 255.255.255.0
!
interface Loopback3
ip address 2.2.4.1 255.255.255.0
!
interface Loopback10
ip address 10.10.10.10 255.255.255.255
!
interface FastEthernet0/0
description ISPa-P Fa0/0
ip address 10.0.0.1 255.255.255.254
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
description Fa1/0.ISPb-PE
ip address 10.0.0.2 255.255.255.254
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/0
description Fa2/0.ISPb-PE
ip address 10.0.0.4 255.255.255.254
duplex auto
speed auto
!
interface FastEthernet2/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 123
log-adjacency-changes
prefix-suppression
passive-interface FastEthernet1/0
passive-interface FastEthernet2/0
network 2.2.0.0 0.0.255.255 area 0
network 10.0.0.0 0.0.0.255 area 0
!
router bgp 65000
no synchronization
bgp log-neighbor-changes
redistribute connected
redistribute static
neighbor 1.1.1.1 remote-as 65000
neighbor 1.1.1.1 update-source Loopback0
neighbor 1.1.1.1 soft-reconfiguration inbound
neighbor 10.10.20.20 remote-as 456
neighbor 10.10.20.20 local-as 123 no-prepend replace-as
neighbor 10.10.20.20 password fuckIT
neighbor 10.10.20.20 disable-connected-check
neighbor 10.10.20.20 update-source Loopback10
no auto-summary
!
ip forward-protocol nd
ip route 10.10.20.20 255.255.255.255 FastEthernet1/0 10.0.0.3
ip route 10.10.20.20 255.255.255.255 FastEthernet2/0 10.0.0.5
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment