02-03-2022 02:16 PM
Hi Everyone, never really work on Firewall. can anyone help me with step to steps on how to add ips to a certain group on ASA
is urgent please
Solved! Go to Solution.
02-03-2022 08:57 PM
Hi Sencyty,
Please find the below commands that will help you to add IP in the exiting network group on the ACL.
test-ASA#show run access-group
test-ASA#show run access-list 101
access-list 101 extended permit tcp xyz abc
test-ASA(config)#object-group network xyz
test-ASA(config-network)#network 1.1.1.1 255.0.0.0
test-ASA(config-network)#network 2.2.2.2 255.255..255.0
test-ASA(config-network)#end
test-ASA#show run object-group xyz
wr..
.........Please rate all helpfull response.......
Thanks,
Jitendra
02-03-2022 04:35 PM - edited 02-03-2022 04:37 PM
Command level :
object network bbhost host 10.10.10.10
object-group network balajibandi
network-object object bbhost
orobject-group network balajibandi network-object host 10.10.10.10
step by step video :
https://www.youtube.com/watch?v=lPtLY1pxcac
02-03-2022 08:57 PM
Hi Sencyty,
Please find the below commands that will help you to add IP in the exiting network group on the ACL.
test-ASA#show run access-group
test-ASA#show run access-list 101
access-list 101 extended permit tcp xyz abc
test-ASA(config)#object-group network xyz
test-ASA(config-network)#network 1.1.1.1 255.0.0.0
test-ASA(config-network)#network 2.2.2.2 255.255..255.0
test-ASA(config-network)#end
test-ASA#show run object-group xyz
wr..
.........Please rate all helpfull response.......
Thanks,
Jitendra
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