Acme Packet 4600 Physical Interface Configuration

To configure the phy-interface configuration element on an Acme Packet 4600:

  1. Access the phy-interface configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# system
    ORACLE(system)#phy-interface
    ORACLE(phy-interface)# 
    
  2. name—Set a name for the interface using any combination of characters entered without spaces. For example: Internet (for a Fast Ethernet media and signaling interface) or maint0 (for a maintenance interface).
  3. admin-state—Leave the administrative state parameter set to enabled to receive and send media and signaling on an interface. Select disabled to prevent media and signaling from being received and sent. The default for this parameter is enabled. The valid values are:
    • enabled | disabled

  4. operation-type—Specify the type of this phy-interface instance. The default value is control. The valid values are:
    • media—Use this value for configuring either the four 1 GbE ports (P0-P3) or the two 10 GbE ports (P4-P5).

      WARNING:

      Use either the two 10 GbE ports or the four 1 GbE ports. Mixing these two is not supported.
    • maintenance—Use this value for configuring the management ports (Mgmt0-Mgmt2).

    • control—Use this value for configuring control traffic on the management ports (Mgmt0-Mgmt2), such as the HA control plane data.

  5. slot—The only valid value on the Acme Packet 4600 is 0.
  6. port—Set the port. Valid values are:
    • If operation-type is set to media, P0-P5
    • If operation-type is set to maintenance, P0-P2
    • If operation-type is set to control, P0-P2
  7. Type done to save your configuration.