Once an Object-Group is defined and used in an access-list can the Object-Group be modified without removing the access-list from the interface?
Sample:
object-group network OutsideWebServers
network-object host 10.10.10.10
network-object host 10.10.10.11
"access-list Protect_Outside permit tcp any object-group OutsideWebServers eq www"
"access-group Protect_Outside in interface outside"
Can I then add another network-object host 10.10.10.12 to the OutsideWebServers group without removing the access-list from the Outside interface?