UNSOLVED

Max1332345

updated

2 years ago

M

Max1332345

1 Rookie

3 Posts

2 Points

0

85

March 10th, 2025 13:13

BGP Question

Dear community,

 

I have configured BGP on a Dell 4112 with OS10 and this is working perfectly. (Connection to the neighbor is established with a set password).

 

However, I now have the following problem. Port 179 is now accessible from everywhere, i.e. marked as UP.

I then created an ACL (IP access-list 179):

show ip access-lists in

 seq 10 permit tcp host “BGP neighbor” host “My BGP router” eq 179 log count (0 packets)

 seq 20 deny tcp any host “My BGP router" eq 179 log count (30 packets)

 seq 30 permit ip any any

 

The drop count is shown but does not work.

 Do you have any ideas or suggestions?