Skip to main content
sreddi
Staff
Staff
October 10, 2020

Technical Tip: How to change firewall address and address group name

  • October 10, 2020
  • 0 replies
  • 6712 views

Description
This Article describes on how to change the name of firewall address and firewall address groups via Command line interface.

Solution
Command to change address name.

FGT# config firewall address
FGT(address)# rename (current address name) to (new address name)
FGT(address)# end

Command to change address group name.

FGT# config firewall addrgrp
FGT(addrgrp)# rename (current address group name) to (new address group name)
FGT(addrgrp)# end