Can anybody give me an example access list to allow certain ip addresses ssh access in to the BSR. Also does this acl just need to be applied to the loopback and GigE interfaces?
Thanks, James
Try this-
access-list 20 permit host 12.34.56.78 access-list 20 permit 10.10.10.0 0.0.0.255 access-list 20 deny any
access-class 20 in
Make sure you have out-of-band access via serial console in case something goes wrong so you don't accidentally kick yourself out.
Try this-
access-list 20 permit host 12.34.56.78
access-list 20 permit 10.10.10.0 0.0.0.255
access-list 20 deny any
access-class 20 in
Make sure you have out-of-band access via serial console in case something goes wrong so you don't accidentally kick yourself out.