How to Configure a Layer 3 Interface to act as a Management Port via CLI
110443
Created On 09/25/18 18:00 PM - Last Modified 06/06/23 19:42 PM
Resolution
Steps
- Access the firewall from the console.
- Enter Configuration mode:
- Create a Management Profile and allow HTTPS and SSH and any other appropriate options. Hit tab to view command options
#set network profiles interface-management-profile <name> http {no | yes} | https {no | yes} | ping {no | yes} | response-pages {no | yes} | snmp {no | yes} | ssh {no | yes} | telnet {no | yes}
- Apply the profile to the interface and assign an IP address.
#set network interface ethernet ethernet1/9 link-state auto link-duplex auto layer3 interface-management-profile test ip 10.10.10.10/24
- Apply the interface to a virtual router
#set network virtual-router VR1 interface ethernet1/9
- Apply the interface to a zone.
#set zone DMZ network layer3 ethernet1/9
- Commit
owner: skrall