cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
252
Views
0
Helpful
3
Replies

Stupid Question Time

visitor68
Level 4
Level 4

This line below means "deny ip any any"....correct?

deny ip 0.0.0.0 0.255.255.255 any

0.0.0.0 255.255.255.255 means "any", yes?

If so, this line, as part of an ACL, can indeed block an eBGP connection from forming were it to be applied on one of the peer interfaces. Correct?

I know that BGP is TCP, but the keyworkd "IP" in the ACL is all encompassing, right?

Thanks!

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Joe

"0.0.0.0 255.255.255.255 means "any", yes ?"

Correct.

"If so, this line, as part of an ACL, can indeed block an eBGP connection from forming were it to be applied on one of the peer interfaces. Correct?"

Yes, if the acl was applied inbound on the interface and there was no entry before this line allowing BGP connectivity.

The keyword "ip" does indeed include TCP.

Jon

View solution in original post

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Joe

"0.0.0.0 255.255.255.255 means "any", yes ?"

Correct.

"If so, this line, as part of an ACL, can indeed block an eBGP connection from forming were it to be applied on one of the peer interfaces. Correct?"

Yes, if the acl was applied inbound on the interface and there was no entry before this line allowing BGP connectivity.

The keyword "ip" does indeed include TCP.

Jon

Jon, thanks fo rth e answer.

I made a mistake, though.

The ACL's line 150 is not 0.0.0.0 255.255.255.255

it's deny ip 0.0.0.0 0.255.255.255

What exactly does this line do? It seems that its saying that all traffic coming from a source ip address of 0.X.X.X should be blocked? What kind of source address will have a 0 in the first octet?

Thanks

"It seems that its saying that all traffic coming from a source ip address of 0.X.X.X should be blocked? What kind of source address will have a 0 in the first octet?"

Yes, it's to block anything sourced with a 0.x.x.x address. I would suspect a typo. =)

It could have been blackholing techniques also, but you'd see 192.168.0.0, 10.0.0.0, and 172.16.0.0 addresses in your acl as well.

HTH,

John

HTH, John *** Please rate all useful posts ***
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card