######################################################################################################### # IP Architechs Lab Examples # ######################################################################################################### # Author: Rick Frey # # email: consulting@iparchitechs.com # # www.iparchitechs.com 1-855-MikroTik # ######################################################################################################### ######################################################################################################### # BGP_Peer_1 Final Config # ######################################################################################################### ######################################################################################################### # Cisco 3700 Series # ######################################################################################################### ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname BGB_Peer_1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! no ip domain lookup ip domain name lab.local ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address 1.1.1.1 255.255.255.252 duplex auto speed auto ! interface FastEthernet0/1 ip address 10.10.10.1 255.255.255.252 duplex auto speed auto ! interface FastEthernet1/0 no ip address duplex auto speed auto ! router bgp 100 no synchronization bgp log-neighbor-changes network 1.1.1.0 mask 255.255.255.252 neighbor 1.1.1.2 remote-as 300 neighbor 10.10.10.2 remote-as 200 no auto-summary ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end