PDA

View Full Version : H2+ Variation in Section 4.1



Nobita
04-15-2018, 04:48 AM
I just got a message from my friend, he took exam in last week and got H2+, he said with me in section 4.1, Cisco was asked as below:

Configure the network as per the following requirements:
• Protect R17’s control-plane from TTL expiry attacks so that match IP packets with a TTL of 0 or 1 are dropped before the CPU processes them.
• Legit packets include expected control protocols running on the link.
• Not allowed to configure “deny” statement.

Any I deal about this situation? Please share.

Robin
04-15-2018, 04:55 AM
I just got a message from my friend, he took exam in last week and got H2+, he said with me in section 4.1, Cisco was asked as below:

Configure the network as per the following requirements:
• Protect R17’s control-plane from TTL expiry attacks so that match IP packets with a TTL of 0 or 1 are dropped before the CPU processes them.
• Legit packets include expected control protocols running on the link.
• Not allowed to configure “deny” statement.

Any I deal about this situation? Please share.

That is my solution for this variation

**Hidden Content: Check the thread to see hidden data.**

CiscoCCDE
04-15-2018, 04:59 AM
Thank for sharing.

Nobita
04-15-2018, 07:46 AM
That is my solution for this variation

***Hidden content cannot be quoted.***

Thanks, any ideals if Cisco ask: Not allowed to configure “permit” statement

Robin
04-15-2018, 07:48 AM
Thanks, any ideals if Cisco ask: Not allowed to configure “permit” statement

some guys just mentioned about this statement. but from my view, I don't think: there is a solution for this statement. anyone have ideal about this case?

yiya
04-15-2018, 02:12 PM
Thanks for sharing

lantien
08-20-2018, 02:47 PM
Thanks for sharing

freebsd321
08-22-2018, 09:22 AM
That is my solution for this variation

***Hidden content cannot be quoted.***

Thanks for solution.

BGP123
10-19-2018, 10:18 AM
thanks for sharing

alanhcisco
01-01-2019, 09:25 AM
Thanks for solution. !!

Mee
01-02-2019, 10:19 AM
Thank for sharing.

JimmyLO89
02-03-2019, 06:46 PM
thanks for the info

Hottpants
02-10-2019, 05:47 PM
Looks correct; thanks for the info.

alanhcisco
02-15-2019, 07:22 AM
Thanks !
On H2. on Merging section. Do we need to go for LOCAL-AS Option towards the RR - R1 ? So we need to delete and create the BGP with new process ID (like we do in H2+)?

ASN373
02-17-2019, 07:00 AM
you need to add the following in TTL1

permit udp any any

otherwise the any traceroute from the spokes (R19,20,21) to the rest of the network will show the following in the traceroute output

1. * * *

ASN373
02-17-2019, 07:02 AM
if the output asks you to have (65001 65001) then use the as-override in the PE routers.

if the output asks you to have (65001 65002) then use the allowas-in in the CE routers.

mrlee
02-18-2019, 06:37 AM
thanks for sharing

brightsyds
04-20-2019, 01:52 AM
That is my solution for this variation

***Hidden content cannot be quoted.***

"Thanks!"

johnspain
04-20-2019, 07:29 AM
i think it is more accurate to add the port range:
ip access-list extended PASS-TTL
permit ospf any any
permit tcp any any eq bgp
permit tcp any eq bgp any
permit pim any any
permit esp any any
permit gre any any
permit udp any any eq 500
permit udp any any eq 4500
perm udp any any ra 33434 33534 <-- for traceroute
!

mahmood.mazin87
07-27-2019, 10:28 AM
Looks correct; thanks for the info.

fazerque
01-13-2020, 05:28 PM
Thank you for sharing m8.

fazerque
01-13-2020, 05:35 PM
...............................

prakruthi.11
01-15-2020, 09:18 PM
[QUOTE=Robin;179]That is my solution for this variation

***Hidden content cannot be quoted.***[/kindly or grateful thoughts : GRATITUDEQUOTE]

""

celt2005
05-07-2020, 05:46 PM
think it is more accurate to add the port range:
ip access-list extended PASS-TTL
permit ospf any any
permit tcp any any eq bgp
permit tcp any eq bgp any
permit pim any any
permit esp any any
permit gre any any
permit udp any any eq 500
permit udp any any eq 4500
perm udp any any ra 33434 33534 <-- for traceroute

driiitos
04-01-2021, 07:03 PM
Thanks for sharing this solution here. It is exactly what I was looking for recently. And I have failed to find proper information on the Internet until I came to this forum. Where are you from? I am from https://worldcams.tv/united-states/new-york/times-square . When I have more free time, I will definitely return to this forum to look through all other threads.

Lovepiece
04-19-2021, 02:31 PM
Thanks! That's a lot of help