Forum Discussion
Susan7
Nimbostratus
Jan 12, 2018object-group creation and mapping it as group-object in AFM
Can any one let me know tmsh command for object-group creation and mapping group-object under another object-group?
- Andy_McGrath
Cumulonimbus
Simply reference another list (address/port) e.g.:
create security firewall address-list test_example address-lists add { allowed_subnets_1 allowed_subnets_2 } create security firewall port-list test_example port-lists add { allowed_ports_1 allowed_ports_2 }
You can also mix items with other lists e.g.:
create security firewall address-list test_example address-lists add { allowed_subnets_1 allowed_subnets_2 } addresses add { 172.16.1.1 } create security firewall port-list test port-lists add { allowed_ports_1 allowed_ports_2 } ports add { 80 8080-8090 { description "Web Services"} }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects