Results 1 to 10 of 56

Thread: New TS2 Variation solution

Hybrid View

  1. #1

    Re: New TS2 Variation solution

    This is my solution for TS2 variation set 1, please check it

    Ticket 1:
    Switch 400 and 401
    vlan access-map ATTACK

    Ticket 2:
    R14
    router bgp 65001
    neighbor DC1 next-hop-self

    cle ip bgp * soft

    Ticket 3:
    SW 101
    interface Ethernet1/2
    no ip ospf cost 1

    R12, R13
    access-list 1 permit 10.1.1.0 0.0.254.255
    access-list 2 permit 10.1.0.0 0.0.254.255

    cle ip bgp * soft

    Ticket 4:
    R21
    route-map LP permit 10
    match ip address prefix-list LP
    set local-preference 999

    cle ip bgp * soft

    Ticket 5:
    R1
    int l0
    ip os 10000 are 0

    R3
    int e0/1
    mpl ip

    Ticket 6:
    R51, R60
    int tun 0
    ip os network point-to-multipoint

    R14
    int tun 0
    ip os network point-to-multipoint
    no shut

    Ticket 7:
    R15
    router bgp 65001
    address-family ipv6
    network 2001:CC:1E:8BAD:154::/104

    Ticket 8:
    SW 300, SW301

    interface Vlan2000
    ip dhcp relay information trusted

    Ticket 9:
    R70
    int tun 0
    tunnel key 10000
    shut
    no shut

    Ticket 10:
    R25
    no ip nat inside source static tcp 201.99.25.2 23 10.2.200.1 23 extendable
    ip nat inside source static tcp 10.2.200.1 23 201.99.25.2 23 extendable
    ip nat outside so static 201.99.70.2 200.8.8.8 add-route

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

    labfail (04-07-2019) , Nexus (04-23-2018) , queved0 (07-24-2019)

  3. #2

    Re: New TS2 Variation solution

    Quote Originally Posted by Robin View Post
    This is my solution for TS2 variation set 1, please check it

    Ticket 1:
    Switch 400 and 401
    vlan access-map ATTACK

    Ticket 2:
    R14
    router bgp 65001
    neighbor DC1 next-hop-self

    cle ip bgp * soft

    Ticket 3:
    SW 101
    interface Ethernet1/2
    no ip ospf cost 1

    R12, R13
    access-list 1 permit 10.1.1.0 0.0.254.255
    access-list 2 permit 10.1.0.0 0.0.254.255

    cle ip bgp * soft

    Ticket 4:
    R21
    route-map LP permit 10
    match ip address prefix-list LP
    set local-preference 999

    cle ip bgp * soft

    Ticket 5:
    R1
    int l0
    ip os 10000 are 0

    R3
    int e0/1
    mpl ip

    Ticket 6:
    R51, R60
    int tun 0
    ip os network point-to-multipoint

    R14
    int tun 0
    ip os network point-to-multipoint
    no shut

    Ticket 7:
    R15
    router bgp 65001
    address-family ipv6
    network 2001:CC:1E:8BAD:154::/104

    Ticket 8:
    SW 300, SW301

    interface Vlan2000
    ip dhcp relay information trusted

    Ticket 9:
    R70
    int tun 0
    tunnel key 10000
    shut
    no shut

    Ticket 10:
    R25
    no ip nat inside source static tcp 201.99.25.2 23 10.2.200.1 23 extendable
    ip nat inside source static tcp 10.2.200.1 23 201.99.25.2 23 extendable
    ip nat outside so static 201.99.70.2 200.8.8.8 add-route
    I tested your solution, and it worked, but in EVE-NG we need to modify MAC address for router to get the IP address from DHCP.

  4. The Following User Says Thank You to Nexus For This Useful Post:

    labfail (04-07-2019)

  5. #3

    Re: New TS2 Variation solution

    Thanks for sharing..

Posting Permissions

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