Results 1 to 3 of 3

Thread: Initial Config of R24 in H3 CFG Lab

  1. #1

    Initial Config of R24 in H3 CFG Lab

    Hello,

    Can someone share initial config of R24 in H3 CFG Lab as I need CryptoMap and NAT configuration for this device?

    Thanks

  2. #2

    Re: Initial Config of R24 in H3 CFG Lab

    Quote Originally Posted by cciestm View Post
    Hello,

    Can someone share initial config of R24 in H3 CFG Lab as I need CryptoMap and NAT configuration for this device?

    Thanks
    That is Initial from vendor mate

    R24#sh run
    Building configuration...

    Current configuration : 4258 bytes
    !
    ! Last configuration change at 14:16:57 EET Tue Feb 20 2018
    !
    version 15.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname R24
    !
    boot-start-marker
    boot-end-marker
    !
    aqm-register-fnf
    !
    enable secret 5 $1$uCwn$/V8yxjYUPMuC0IUF9T4C9/
    !
    no aaa new-model
    clock timezone EET 2 0
    mmi polling-interval 60
    no mmi auto-configure
    no mmi pvc
    mmi snmp-timeout 180
    !
    !
    !
    !
    !
    !


    !
    !
    !
    !
    ip cef
    no ipv6 cef
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    !
    !
    !
    !
    redundancy
    !
    !
    !
    !
    !
    !
    !
    crypto isakmp policy 10
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp key HollyMaya address 0.0.0.0
    !
    !
    crypto ipsec transform-set esp-aes esp-aes esp-sha-hmac
    mode tunnel
    !
    !
    !
    crypto dynamic-map HollyMayaDM 10
    set transform-set esp-aes
    match address L2LVPN
    !
    !
    crypto map HollyMayaMap 10 ipsec-isakmp dynamic HollyMayaDM
    !
    !
    !
    !
    !
    interface Loopback0
    ip address 10.2.24.24 255.255.255.255
    ip ospf 1 area 0
    !
    interface Loopback123
    ip address 123.45.67.35 255.255.255.240
    !
    interface Tunnel0
    ip address 10.200.0.1 255.255.255.0
    no ip redirects
    tunnel source Ethernet0/0
    tunnel mode gre multipoint
    !
    interface Ethernet0/0
    ip address 201.99.24.2 255.255.255.252
    ip nat outside
    ip virtual-reassembly in
    crypto map HollyMayaMap
    !
    interface Ethernet0/1
    ip address 10.2.124.1 255.255.255.252
    ip nat inside
    ip virtual-reassembly in
    ip ospf 1 area 0
    !
    interface Ethernet0/2
    ip address 10.2.224.1 255.255.255.252
    ip nat inside
    ip virtual-reassembly in
    ip ospf 1 area 0
    !
    interface Ethernet0/3
    no ip address
    shutdown
    !
    interface Ethernet1/0
    no ip address
    shutdown
    !
    interface Ethernet1/1
    no ip address
    shutdown
    !
    interface Ethernet1/2
    no ip address
    shutdown
    !
    interface Ethernet1/3
    no ip address
    shutdown
    !
    interface Serial2/0
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial2/1
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial2/2
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial2/3
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/0
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/1
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/2
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/3
    no ip address
    shutdown
    serial restart-delay 0
    !
    router ospf 1
    router-id 10.2.24.24
    !
    router bgp 65002
    bgp router-id 10.2.24.24
    bgp log-neighbor-changes
    network 123.45.67.32 mask 255.255.255.240
    redistribute static
    neighbor 10.2.23.23 remote-as 65002
    neighbor 10.2.23.23 update-source Loopback0
    neighbor 10.2.23.23 next-hop-self
    neighbor 201.99.24.1 remote-as 29999
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    ip nat pool R24 123.45.67.36 123.45.67.46 netmask 255.255.255.240
    ip nat inside source route-map NAT pool R24 overload
    ip route 10.7.0.0 255.255.0.0 201.99.70.2
    !
    ip access-list extended L2LVPN
    permit ip 10.0.0.0 0.255.255.255 10.7.0.0 0.0.0.255
    ip access-list extended NAT
    deny ip 10.0.0.0 0.255.255.255 10.7.0.0 0.0.255.255
    permit ip 10.0.0.0 0.255.255.255 any
    !
    !
    route-map NAT permit 10
    match ip address NAT
    !
    !
    !
    control-plane
    !
    !
    !
    !
    !
    !
    !
    banner exec ^CC
    +-------------------------------------------------------------+
    | CCIE4career.com |
    | Skype ID1: ccie04final |
    | Skype ID2: nguyenbich279 |
    |The best solution, very clear workbook |
    |The best way you can get CCIE Certificate. |
    |-------------------------------------------------------------|
    | Our product: |
    |+ Workbook: For you to practice at home |
    |+ Video: Help you understand about traffic follow |
    | and technology in the real lab |
    |+ Support: 24/7, answer all your doubt question in private |
    |+ Live Stream: Train and answer all your questions |
    +-------------------------------------------------------------+
    ^C
    !
    line con 0
    logging synchronous
    line aux 0
    line vty 0 4
    login
    transport input none
    !
    !
    end

  3. The Following 2 Users Say Thank You to routingrpf For This Useful Post:

    cciestm (09-25-2018) , yjp58 (10-29-2018)

  4. #3

    Re: Initial Config of R24 in H3 CFG Lab

    Quote Originally Posted by routingrpf View Post
    That is Initial from vendor mate

    R24#sh run
    Building configuration...

    Current configuration : 4258 bytes
    !
    ! Last configuration change at 14:16:57 EET Tue Feb 20 2018
    !
    version 15.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname R24
    !
    boot-start-marker
    boot-end-marker
    !
    aqm-register-fnf
    !
    enable secret 5 $1$uCwn$/V8yxjYUPMuC0IUF9T4C9/
    !
    no aaa new-model
    clock timezone EET 2 0
    mmi polling-interval 60
    no mmi auto-configure
    no mmi pvc
    mmi snmp-timeout 180
    !
    !
    !
    !
    !
    !


    !
    !
    !
    !
    ip cef
    no ipv6 cef
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    !
    !
    !
    !
    redundancy
    !
    !
    !
    !
    !
    !
    !
    crypto isakmp policy 10
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp key HollyMaya address 0.0.0.0
    !
    !
    crypto ipsec transform-set esp-aes esp-aes esp-sha-hmac
    mode tunnel
    !
    !
    !
    crypto dynamic-map HollyMayaDM 10
    set transform-set esp-aes
    match address L2LVPN
    !
    !
    crypto map HollyMayaMap 10 ipsec-isakmp dynamic HollyMayaDM
    !
    !
    !
    !
    !
    interface Loopback0
    ip address 10.2.24.24 255.255.255.255
    ip ospf 1 area 0
    !
    interface Loopback123
    ip address 123.45.67.35 255.255.255.240
    !
    interface Tunnel0
    ip address 10.200.0.1 255.255.255.0
    no ip redirects
    tunnel source Ethernet0/0
    tunnel mode gre multipoint
    !
    interface Ethernet0/0
    ip address 201.99.24.2 255.255.255.252
    ip nat outside
    ip virtual-reassembly in
    crypto map HollyMayaMap
    !
    interface Ethernet0/1
    ip address 10.2.124.1 255.255.255.252
    ip nat inside
    ip virtual-reassembly in
    ip ospf 1 area 0
    !
    interface Ethernet0/2
    ip address 10.2.224.1 255.255.255.252
    ip nat inside
    ip virtual-reassembly in
    ip ospf 1 area 0
    !
    interface Ethernet0/3
    no ip address
    shutdown
    !
    interface Ethernet1/0
    no ip address
    shutdown
    !
    interface Ethernet1/1
    no ip address
    shutdown
    !
    interface Ethernet1/2
    no ip address
    shutdown
    !
    interface Ethernet1/3
    no ip address
    shutdown
    !
    interface Serial2/0
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial2/1
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial2/2
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial2/3
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/0
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/1
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/2
    no ip address
    shutdown
    serial restart-delay 0
    !
    interface Serial3/3
    no ip address
    shutdown
    serial restart-delay 0
    !
    router ospf 1
    router-id 10.2.24.24
    !
    router bgp 65002
    bgp router-id 10.2.24.24
    bgp log-neighbor-changes
    network 123.45.67.32 mask 255.255.255.240
    redistribute static
    neighbor 10.2.23.23 remote-as 65002
    neighbor 10.2.23.23 update-source Loopback0
    neighbor 10.2.23.23 next-hop-self
    neighbor 201.99.24.1 remote-as 29999
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    ip nat pool R24 123.45.67.36 123.45.67.46 netmask 255.255.255.240
    ip nat inside source route-map NAT pool R24 overload
    ip route 10.7.0.0 255.255.0.0 201.99.70.2
    !
    ip access-list extended L2LVPN
    permit ip 10.0.0.0 0.255.255.255 10.7.0.0 0.0.0.255
    ip access-list extended NAT
    deny ip 10.0.0.0 0.255.255.255 10.7.0.0 0.0.255.255
    permit ip 10.0.0.0 0.255.255.255 any
    !
    !
    route-map NAT permit 10
    match ip address NAT
    !
    !
    !
    control-plane
    !
    !
    !
    !
    !
    !
    !
    banner exec ^CC
    +-------------------------------------------------------------+
    | CCIE4career.com |
    | Skype ID1: ccie04final |
    | Skype ID2: nguyenbich279 |
    |The best solution, very clear workbook |
    |The best way you can get CCIE Certificate. |
    |-------------------------------------------------------------|
    | Our product: |
    |+ Workbook: For you to practice at home |
    |+ Video: Help you understand about traffic follow |
    | and technology in the real lab |
    |+ Support: 24/7, answer all your doubt question in private |
    |+ Live Stream: Train and answer all your questions |
    +-------------------------------------------------------------+
    ^C
    !
    line con 0
    logging synchronous
    line aux 0
    line vty 0 4
    login
    transport input none
    !
    !
    end
    Thanks a lot brother, routingrpf.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •