Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interface Tunnel0
- ip address 192.168.8.1 255.255.255.0
- keepalive 10 3
- tunnel source 10.1.99.50
- tunnel destination 10.1.95.50
- !
- interface FastEthernet0/0
- no ip address
- duplex auto
- speed auto
- !
- interface FastEthernet0/0.10
- description Managment
- encapsulation dot1Q 10
- ip address 10.1.0.17 255.255.255.0
- no snmp trap link-status
- !
- interface FastEthernet0/0.77
- description -=Lan=-
- encapsulation dot1Q 77
- ip address 10.1.77.50 255.255.255.0
- no snmp trap link-status
- !
- interface FastEthernet0/1
- no ip address
- duplex auto
- speed auto
- !
- interface FastEthernet0/1.999
- description -=ISP1=-
- encapsulation dot1Q 999
- ip address 10.1.99.50 255.255.255.0
- no snmp trap link-status
- !
- router ospf 1
- log-adjacency-changes
- network 10.1.77.0 0.0.0.255 area 0
- network 192.168.8.0 0.0.0.3 area 0
- !
- ip classless
- ip route 0.0.0.0 0.0.0.0 10.1.99.254
- ip route 10.1.76.0 255.255.255.0 Tunnel0
- !
- no ip http server
- no ip http secure-server
- !
- ip access-list extended ACL_NAT
- permit ip any any
- permit ip any 10.1.0.0 0.0.0.255
- !
- !
- !
- control-plane
- !
- !
- !
- line con 0
- line aux 0
- line vty 0 4
- privilege level 15
- login authentication local
- transport input ssh
- !
- scheduler allocate 20000 1000
Advertisement
Add Comment
Please, Sign In to add comment