Skip to content

Instantly share code, notes, and snippets.

@sulrich
Created January 6, 2017 16:31
Show Gist options
  • Save sulrich/22cb4789dd33c178ee1e064eb16ce682 to your computer and use it in GitHub Desktop.
Save sulrich/22cb4789dd33c178ee1e064eb16ce682 to your computer and use it in GitHub Desktop.
! No configuration change since last restart
upgrade fpd auto
version 15.1
service config
service timestamps debug datetime msec
service timestamps log datetime
service password-encryption
!
hostname sulrich-xtr
!
boot-start-marker
boot system flash disk0:c7301-advipservicesk9-mz.151-4.XB6.bin
boot-end-marker
!
!
logging buffered 4096 informational
no logging console
enable password 7 <##confidential##>
!
aaa new-model
!
!
aaa authentication login default local
!
!
!
!
!
aaa session-id common
!
clock timezone cdt -5 0
ip source-route
!
!
!
!
!
ip domain list botwerks.net
no ip domain lookup
ip domain name botwerks.net
ip name-server 10.0.0.251
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip cef
ipv6 unicast-routing
ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
crypto pki token default removal timeout 0
!
!
log config
hidekeys
username sulrich password 7 <##confidential##>
!
!
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 address 2610:D0:1215:0:153:16:13:161/128
!
interface LISP0
ip virtual-reassembly in
!
interface GigabitEthernet0/0
description external interface ( ==> cmcs cmts )
ip address 173.11.34.252 255.255.255.248
ip accounting output-packets
ip accounting mac-address input
ip accounting mac-address output
ip flow ingress
ip flow egress
ip nat outside
ip virtual-reassembly in
load-interval 30
duplex auto
speed auto
media-type rj45
no negotiation auto
!
interface GigabitEthernet0/1
description internal home network intf
ip address 153.16.13.161 255.255.255.240 secondary
ip address 10.0.0.2 255.255.255.0
no ip redirects
no ip proxy-arp
ip accounting output-packets
ip accounting mac-address input
ip accounting mac-address output
ip flow ingress
ip flow egress
ip nat inside
ip virtual-reassembly in
load-interval 30
duplex auto
speed auto
media-type rj45
no negotiation auto
!
interface GigabitEthernet0/2
ip address dhcp
duplex auto
speed auto
no negotiation auto
!
interface GMPLS2
no ip address
no fair-queue
no keepalive
!
router lisp
eid-table default instance-id 0
database-mapping 153.16.13.160/28 173.11.34.252 priority 1 weight 100
database-mapping 2610:D0:1215::/48 173.11.34.252 priority 1 weight 100
exit
!
site sulrich-xtr
exit
!
ipv4 itr map-resolver 149.20.48.61
ipv4 itr map-resolver 173.36.254.164
ipv4 itr map-resolver 198.6.255.37
ipv4 itr map-resolver 206.223.132.89
ipv4 itr
ipv4 etr map-server 149.20.48.61 key <##confidential##>
ipv4 etr map-server 173.36.254.164 key <##confidential##>
ipv4 etr map-server 198.6.255.37 key <##confidential##>
ipv4 etr map-server 206.223.132.89 key <##confidential##>
ipv4 etr
ipv6 use-petr 149.20.48.60
ipv6 itr map-resolver 149.20.48.61
ipv6 itr map-resolver 173.36.254.164
ipv6 itr map-resolver 198.6.255.37
ipv6 itr map-resolver 206.223.132.89
ipv6 itr
ipv6 etr map-server 149.20.48.61 key <##confidential##>
ipv6 etr map-server 173.36.254.164 key <##confidential##>
ipv6 etr map-server 198.6.255.37 key <##confidential##>
ipv6 etr map-server 206.223.132.89 key <##confidential##>
ipv6 etr
exit
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip flow-export version 5
ip flow-export destination 10.0.0.251 1667
ip flow-top-talkers
top 10
sort-by bytes
!
ip nat pool cmcs_ext 173.11.34.252 173.11.34.252 netmask 255.255.255.248
ip nat inside source route-map eid-to-global pool cmcs_ext overload
ip route 0.0.0.0 0.0.0.0 173.11.34.254
!
ip access-list standard snmp_access
permit 10.0.0.251
!
logging alarm informational
logging origin-id hostname
logging 10.0.0.251
access-list 100 permit ip 153.16.13.160 0.0.0.15 any
ipv6 route ::/0 Null0
!
!
!
!
route-map int-to-eid permit 10
match ip address 101
!
route-map int-to-global permit 10
match ip address 100
!
route-map eid-to-global permit 10
match ip address 100
!
snmp-server community <##confidential##> RO snmp_access
snmp-server enable traps flash insertion removal
snmp-server enable traps config-copy
snmp-server enable traps config
snmp-server enable traps event-manager
snmp-server enable traps cpu threshold
snmp-server enable traps syslog
!
!
!
!
control-plane
!
!
mgcp fax t38 ecm
!
mgcp profile default
!
!
!
gatekeeper
shutdown
!
banner incoming ^CCC
+----------------------------------------------------------+
| sulrich-xtr.zenith.botwerks.net - authorized use only. |
| for operational problems please contact |
| steve ulrich <[email protected]> - 612.812.1876 |
+----------------------------------------------------------+
^C
banner login ^CCC
+----------------------------------------------------------+
| sulrich-xtr.zenith.botwerks.net - authorized use only. |
| for operational problems please contact |
| steve ulrich <[email protected]> - 612.812.1876 |
+----------------------------------------------------------+
^C
!
line con 0
stopbits 1
line aux 0
line vty 0 4
transport input all
!
scheduler max-task-time 5000
ntp server 64.73.32.134
ntp server 70.86.250.6
ntp server 66.96.98.9
ntp peer 10.0.0.251
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment