You are on page 1of 2

Current configuration : 1527 bytes ! version 12.

3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! enable password cisco ! no aaa new-model ip subnet-zero ip cef ! ! ! ip audit po max-events 100 no ftp-server write-enable ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip nat inside ip ospf message-digest-key 1 md5 6 Cisco duplex auto speed auto no clns route-cache ! interface Serial0/0 bandwidth 128 ip address 200.200.0.2 255.255.255.252 ip nat outside no clns route-cache ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto no clns route-cache

! interface Serial0/1 no ip address shutdown clockrate 2000000 no clns route-cache ! router ospf 1 log-adjacency-changes area 0 authentication message-digest network 192.168.1.0 0.0.0.255 area 0 default-information originate ! router bgp 101 no synchronization bgp log-neighbor-changes network 200.200.0.16 mask 255.255.255.240 neighbor 200.200.0.1 remote-as 102 no auto-summary ! ip nat pool NAT-POOL 200.200.0.17 200.200.0.19 netmask 255.255.255.240 ip nat inside source list 1 pool NAT-POOL overload ip classless ip route 0.0.0.0 0.0.0.0 200.200.0.1 ip route 200.200.0.16 255.255.255.240 200.200.0.1 ! ip http server no ip http secure-server ! access-list 1 permit 192.168.0.0 0.0.255.255 ! ! ! ! ! ! ! ! ! ! line con 0 password cisco login line aux 0 line vty 0 4 password cisco login ! end

You might also like