Line data Source code
1 : ! 2 : ! Last configuration change at 14:32:22 UTC Wed Oct 11 2017 by demo 3 : ! 4 : version 15.2 5 : service timestamps debug datetime msec 6 : service timestamps log datetime msec 7 : ! 8 : hostname core-0100 9 : ! 10 : boot-start-marker 11 : boot-end-marker 12 : ! 13 : ! 14 : ! 15 : aaa new-model 16 : ! 17 : ! 18 : aaa authorization exec default local 19 : ! 20 : ! 21 : ! 22 : ! 23 : ! 24 : aaa session-id common 25 : no ip icmp rate-limit unreachable 26 : ip cef 27 : ! 28 : ! 29 : ! 30 : ! 31 : ! 32 : ! 33 : no ip domain lookup 34 : ip domain name demo.com 35 : no ipv6 cef 36 : ! 37 : ! 38 : multilink bundle-name authenticated 39 : ! 40 : ! 41 : ! 42 : ! 43 : ! 44 : ! 45 : ! 46 : username demo privilege 15 password 0 demo 47 : ! 48 : ! 49 : ip tcp synwait-time 5 50 : ip ssh source-interface GigabitEthernet0/0 51 : ip ssh rsa keypair-name lhr-fw-02.demo.com 52 : ip ssh version 2 53 : ! 54 : ! 55 : ! 56 : ! 57 : ! 58 : ! 59 : ! 60 : ! 61 : ! 62 0 : interface Loopback0 63 0 : ip address 10.4.1.0/32 64 : ! 65 1 : interface Serial0 66 1 : ip address 70.0.24.0/31 67 1 : media-type gbic 68 1 : speed 1000 69 1 : duplex full 70 1 : no negotiation auto 71 1 : no cdp enable 72 : ! 73 1 : interface Serial1 74 1 : ip address 70.0.25.0/31 75 1 : media-type gbic 76 1 : speed 1000 77 1 : duplex full 78 1 : no negotiation auto 79 1 : no cdp enable 80 : ! 81 1 : interface Serial2 82 1 : ip address 70.0.26.0/31 83 1 : media-type gbic 84 1 : speed 1000 85 1 : duplex full 86 1 : no negotiation auto 87 1 : no cdp enable 88 : ! 89 1 : interface Serial3 90 1 : ip address 70.0.27.0/31 91 1 : media-type gbic 92 1 : speed 1000 93 1 : duplex full 94 1 : no negotiation auto 95 1 : no cdp enable 96 : ! 97 1 : interface Ethernet0 98 1 : ip address 20.0.0.4/31 99 1 : media-type gbic 100 1 : speed 1000 101 1 : duplex full 102 1 : no negotiation auto 103 1 : no cdp enable 104 : ! 105 1 : ip prefix-list default-route seq 10 permit 0.0.0.0/0 106 : ! 107 1 : route-map backbone permit 10 108 1 : match ip address prefix-list default-route 109 : ! 110 : router bgp 10002 111 : bgp bestpath as-path multipath-relax 112 : maximum-paths eibgp 4 113 1 : neighbor 70.0.24.1 remote-as 10005 114 1 : neighbor 70.0.24.1 send-community 115 1 : neighbor 70.0.25.1 remote-as 10009 116 1 : neighbor 70.0.25.1 send-community 117 1 : neighbor 70.0.26.1 remote-as 10013 118 1 : neighbor 70.0.26.1 send-community 119 1 : neighbor 70.0.27.1 remote-as 10017 120 1 : neighbor 70.0.27.1 send-community 121 1 : neighbor 20.0.0.5 remote-as 1 122 1 : neighbor 20.0.0.5 route-map backbone in 123 : aggregate-address 10.0.0.0 255.0.0.0 124 : ! 125 : ! 126 : ! 127 : ! 128 : ! 129 : ip forward-protocol nd 130 : ! 131 : ! 132 : no ip http server 133 : no ip http secure-server 134 : ! 135 : ! 136 : ! 137 : ! 138 : ! 139 : ! 140 : control-plane 141 : ! 142 : ! 143 : line con 0 144 : exec-timeout 0 0 145 : privilege level 15 146 : logging synchronous 147 : stopbits 1 148 : line aux 0 149 : exec-timeout 0 0 150 : privilege level 15 151 : logging synchronous 152 : stopbits 1 153 : line vty 0 4 154 : transport input ssh 155 : ! 156 : ! 157 : end