Creating Profiles

Profiles are sort of a ‘template‘ representation of configuration. The system has:

  • a default profile for each of the following service platforms:

    • NX5500, NX7500, NX9500, NX9600, and VX9000
  • a default profile for each of the following access points:

    • AP505 and AP510

You can modify a default profile. In the following example, an IP address is assigned to the management port on the default AP505 profile.

nx9500-6C8809(config)#profile ap505 default-ap505
nx9500-6C8809(config-profile-default-ap505)#interface me1
nx9500-6C8809(config-profile-default-ap505-if-me1)#ip address 172.16.10.2/24
nx9500-6C8809(config-profile-default-ap505-if-me1)#commit
nx9500-6C8809(config-profile-default-ap505)#exit
nx9500-6C8809(config)#

The following command displays a default ap505 profile configuration:

nx9500-6C8809(config-profile-default-ap505)#
nx9500-6C8809(config-profile-default-ap505)#show context
profile ap505 default-ap505
 no autoinstall configuration
 no autoinstall firmware
 crypto ikev1 policy ikev1-default
  isakmp-proposal default encryption aes-256 group 2 hash sha
 crypto ikev2 policy ikev2-default
  isakmp-proposal default encryption aes-256 group 2 hash sha
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac
 crypto ikev1 remote-vpn
 crypto ikev2 remote-vpn
 crypto auto-ipsec-secure
 crypto load-management
 crypto remote-vpn-client
 interface radio1
 interface radio2
 interface bluetooth1
  shutdown
  mode le-sensor
 interface ge1
 interface ge2
 interface pppoe1
 use firewall-policy default
 service pm sys-restart
--More--

nx9500-6C8809(config-profile-default-ap505)   #