cpe

T5 Profile Config Commands

Configures T5 CPE related settings. This command is available both in the T5 profile and T5 device contexts

Supported in the following platforms:

  • Wireless Controllers — RFS4000
  • Service Platforms — NX9500, NX9510

Syntax T5 Profile & T5 Device Context

cpe [address led]
cpe address vlan <1-4094> <START-IP> <END-IP>
cpe led cpe <cpe1-24>
The following commands are specific to the T5 device context:
cpe [boot|reload|upgrade]
cpe boot system <cpe1-24> <primary|secondary>
cpe reload <cpe1-24>
cpe <cpe1-24> upgrade <IMAGE-LOCATION>

Parameters

cpe address vlan <1-4094> <START-IP> <END-IP>
cpe address Configures the range of addresses that can be assigned to adopted CPEs
vlan <1-4094> Configures the VLAN assigned to the CPEs managed by this T5 controller
<START-IP> <END-IP> Configures the range of IP addresses that can be assigned to the CPEs managed by this T5 controller
  • <START-IP> – Specify the first IP address in the range.
    • <END-IP> – Specify the last IP address in the range.
cpe led cpe <cpe1-24>
cpe led Enables flashing of LEDs on specified CPEs
cpe <cpe1-24> Identifies the CPE(s) on which the operation is performed
  • <cpe1-24> – Configures the CPE‘s ID from cpe1 - cpe24. To enable led flashing on all adopted CPEs, enter cpe1-X, where X is the total number of adopted CPEs. For example, if CPEs 1, 2, 3, 4, & 5 are adopted and ready, then enter this value as cpe1-5.
cpe boot system <cpe1-24> <primary|secondary>
cpe boot system Changes the image used by a CPE to boot. When reloading, the CPE uses the specified image.
<cpe1-24> Identifies the CPE(s) on which the operation is performed
  • <cpe1-24> – Configures the CPE‘s ID from cpe1 - cpe24. To enable led flashing on all adopted CPEs, enter cpe1-X, where X is the total number of adopted CPEs. For example, if CPEs 1, 2, 3, 4, & 5 are adopted and ready, then enter this value as cpe1-5.
<primary|secondary> Select the next boot image
  • primary – Uses the primary image when reloading
  • secondary – Uses the secondary image when reloading
cpe reload <cpe1-24>
cpe reload Reloads all or specified CPEs.
<cpe1-24> Identifies the CPE(s) to reload
  • <cpe1-24> – Configures the CPE‘s ID from cpe1 - cpe24. To enable led flashing on all adopted CPEs, enter cpe1-X, where X is the total number of adopted CPEs. For example, if CPEs 1, 2, 3, 4, & 5 are adopted and ready, then enter this value as cpe1-5.
cpe <cpe1-24> upgrade <IMAGE-LOCATION>
cpe <cpe1-24> upgrade <IMAGE-LOCATION> Upgrades all or specified CPEs
  • <cpe1-24> – Identifies the CPE(s) to upgrade. Specify the CPE‘s ID from cpe1 - cpe24. To enable led flashing on all adopted CPEs, enter cpe1-X, where X is the total number of adopted CPEs. For example, if CPEs 1, 2, 3, 4, & 5 are adopted and ready, then enter this value as cpe1-5.
    • upgrade <IMAGE-LOCATION> – Uses the image specified here to upgrade identified CEPs.
      • <IMAGE-LOCATION> – Specify the firmware image location using one of the following options:

        path/file

        tftp://<IP>/path/file

        ftp://<user>:<passwd>@<IP>/path/file

Example

nx9500-6C8809(config-profile-T5TestProfile)#cpe address vlan 200 192.168.13.26  192.168.13.30

nx9500-6C8809(config-profile-T5TestProfile)#show context
profile t5 T5TestProfile
 no autoinstall configuration
 no autoinstall firmware
 interface vlan1
 interface vlan4090
 interface fe 5 2
..........................................................................
 interface radio 11 1
 interface fe 9 2
 interface radio 18 1
 interface fe 9 1
 use firewall-policy default
 service pm sys-restart
 cpe address vlan 200 192.168.13.26 192.168.13.30
nx9500-6C8809(config-profile-T5TestProfile)#