cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1532
Views
15
Helpful
2
Replies

ADDING IP TO EXISTING GROUP ON ASA

Sencyty
Level 1
Level 1

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


 

1 Accepted Solution

Accepted Solutions

Jitendra Kumar
Spotlight
Spotlight

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 

Thanks,
Jitendra

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

Command level :

 

object network bbhost
 host 10.10.10.10
object-group network balajibandi
network-object object bbhost

or 

object-group network balajibandi network-object host 10.10.10.10

 

step by step video :

 

https://www.youtube.com/watch?v=lPtLY1pxcac

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Jitendra Kumar
Spotlight
Spotlight

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 

Thanks,
Jitendra