10-09-2020 10:48 AM
Hello,
i have a N3k_C3064PQ-10GX and i want to secure control plane, i want to permit only trusted ip address and deny all other ips, because i am using dynamic ips it s hard to tune the access lists,
so is there anyway that in C3064 permit only trusted ip address and deny other ips?
i have searched a lot but ithas only police action and has only predefined copp rules,
THanks,
Solved! Go to Solution.
10-09-2020 12:29 PM - edited 10-09-2020 12:49 PM
You can do it with access-list
example:
deny tcp any x.x.x.0 0.0.1.255 eq 179
or
deny tcp any x.x.x.0 0.0.1.255 eq bgp
HTH
10-09-2020 11:39 AM
Hi,
If the switch is facing the internet, you would need a couple of access lists to block unwanted traffic.
HTH
10-09-2020 11:43 AM
yes, its connected to the internet, i have applied some acl on line vty, but still it shows some ports such tcp/179/bgp is open, so if i just drop tcp 179 on my uplink its enough?
how can i see open ports on my nexus to see if ineed to drop them
10-09-2020 12:29 PM - edited 10-09-2020 12:49 PM
You can do it with access-list
example:
deny tcp any x.x.x.0 0.0.1.255 eq 179
or
deny tcp any x.x.x.0 0.0.1.255 eq bgp
HTH
10-09-2020 12:51 PM
it seems only tcp is open , how can i find other open ports and block them ?
10-09-2020 01:02 PM
You can try:
"sh sockets connection" to see a list but be careful what you are blocking.
HTH
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide