!
crypto isakmp policy 10
hash md5
authentication pre-share
crypto isakmp key 6 MySuperPuperKey address 0.0.0.0 0.0.0.0
!
!
service internal
!
# vlan database
% Warning: It is recommended to configure VLAN from config mode,
as VLAN database mode is being deprecated. Please consult user
documentation for configuring VTP/VLAN in config mode.
!
bridge irb
!
!
interface FastEthernet0/0
no ip address
no ip proxy-arp
ip route-cache policy
duplex auto
speed auto
!
!
hostname moy_router
!
# vlan database
% Warning: It is recommended to configure VLAN from config mode,
as VLAN database mode is being deprecated. Please consult user
documentation for configuring VTP/VLAN in config mode.
!
ip nat pool Nat_Pool 10.0.0.254 10.0.0.254 netmask 255.255.255.0
ip nat inside source list 100 interface Vlan2 overload
ip nat inside source static tcp 10.0.0.1 22 91.x.x.2 22 extendable
ip nat inside source static tcp 10.0.0.1 25 91.x.x.2 25 extendable
!
!
gatekeeper
zone local MM 10.1.1.1 10.1.1.1
zone remote M1 10.1.2.1 10.1.2.1 1719
zone remote M2 10.1.3.1 10.1.3.1 1719
zone prefix M1 001*
zone prefix M2 002*
no shutdown
!