6.4. Configuring an IES Service with CLI

This section provides information to configure IES services using the command line interface.

6.4.1. Basic Configuration

The most basic IES service configuration has the following entities:

  1. Customer ID (refer to Configuring Customer Accounts)
  2. An interface to create and maintain IP routing interfaces within IES service ID.
  3. A SAP on the interface specifying the access port and encapsulation values.

The following is a sample IES service on ALA-48 configuration output on an access-uplink SAP (applicable for access-uplink mode only).

*A:ALA-48>config>service# info
----------------------------------------------
ies 1000 customer 50 create
            description "to internet"
            interface "to-web" create
                address 10.1.1.1/24
                sap 1/1/5:0.* create
                exit
            exit
            no shutdown
----------------------------------------------
*A:ALA-48>config>service#

The following is a sample IES service configuration output on ALA-50.

*A:ALA-50>config>service# info
----------------------------------------------
ies 1000 customer 50 vpn 1000 create
description "to internet"
interface "to-web" create
address 10.1.1.1/24
sap 1/1/10:100 create
exit
exit
no shutdown
----------------------------------------------
*A:ALA-50>config>service#

The following is a sample basic IES service configuration output for IPv6, along with the use of max-ipv6-routes.

The following is a sample of allocation of IPv6 routes on the node.

*A:7210SAS>config>system>res-prof# info
----------------------------------------------
            max-ipv6-routes 1000
----------------------------------------------
Note:

The node must be rebooted after the preceding change.

*A:7210SAS>config>service# info
----------------------------------------------
ies 1000 customer 50 vpn 1000 create
description "to inband-mgmt"
interface "to-mgmt" create
ipv6
address 10::1/24
sap 1/1/10:100 create
exit
exit
no shutdown
----------------------------------------------
*A:7210SAS>config>service#

6.4.2. Common Configuration Tasks

This section provides a brief overview of the tasks that must be performed to configure IES services and provides the CLI commands.

  1. Associate an IES service with a customer ID.
  2. Associate customer ID with the service.
  3. Assign an IP address.
  4. Create an interface.
  5. Define SAP parameters on the interface
    1. Select nodes and ports.
    2. Optional — select filter policies (configured in the config>filter context).
  6. Enable service.

6.4.3. Configuring IES Components

6.4.3.1. Configuring an IES Service

Use the following syntax to create an IES service.

The following is a sample basic IES service configuration output.

A:ALA-48>config>service#
----------------------------------------------
...
ies 1001 customer 1730 create
            description "to-internet"
            no shutdown
exit
----------------------------------------------
A:ALA-48>config>service#
 

6.4.3.2. Configuring IES Interface Parameters

The following is a sample IES configuration output with interface parameters in access-uplink mode.

*A:7210-SAS>config>service>ies>if# info
----------------------------------------------
arp-timeout 10000
allow-directed-broadcasts
icmp
ttl-expired 120 38
exit
ip-mtu 1000
----------------------------------------------
*A:7210-SAS>config>service>ies>if#
 

6.4.3.3. Configuring IES SAP Parameters

A SAP is a combination of a port and encapsulation parameters which identifies the service access point on the interface and within the router. Each SAP must be unique within a router.

When configuring IES access SAP parameters, a default QoS policy is applied to each SAP ingress. Additional QoS policies must be configured in the config>qos context. Filter policies are configured in the config>filter context and must be explicitly applied to a SAP. There are no default filter policies.

The following is a sample IES SAP configuration output.

 
----------------------------------------------
*A:ALA-A>config>service>ies>if# info
----------------------------------------------
address 10.10.36.2/24
sap 1/1/3:100 create
ingress
qos 101
exit
exit
----------------------------------------------
*A:ALA-A>config>service>ies>if#
 

6.4.3.4. Configuring SAP Parameters

A SAP is a combination of a port and encapsulation parameters which identifies the service access point on the interface and within the router. Each SAP must be unique within a router.

When configuring IES access SAP parameters, a default QoS policy is applied to each SAP ingress. Additional QoS policies must be configured in the config>qos context.

Filter policies are configured in the config>filter context and must be explicitly applied to a SAP. There are no default filter policies.

For 7210 SAS-D and 7210 SAS-Dxp, SAP ingress Qos policy is supported only for access SAPs. It is not supported for access-uplink SAP.

Access-uplink SAPs (on 7210 SAS-D and 7210 SAS-Dxp) use the port-based ingress and egress QoS policies.

The following is a sample IES SAP configuration output.

----------------------------------------------
*A:ALA-A>config>service>ies>if# info
----------------------------------------------
address 10.10.36.2/24
sap 1/1/3:100 create
ingress
qos 101
exit
 
 
exit
----------------------------------------------
*A:ALA-A>config>service>ies>if#

6.4.4. Service Management Tasks

This section describes the service management tasks.

6.4.4.1. Modifying IES Service Parameters

Existing IES service parameters in the CLI or NMS can be modified, added, removed, enabled or disabled. The changes are applied immediately to all services when the charges are applied.

To display a list of customer IDs, use the show service customer command.

Enter the parameters (such as description and SAP information) and then enter the new information.

The following is a sample modified service configuration output.

*A:ALA-A>config>service>ies# info
----------------------------------------------
ies 1000 customer 50 create
           description "This is a new description"
           interface "to-web" create
               address 10.1.1.1/24
               mac 00:dc:98:1d:00:00
 
 
               sap 1/1/5:0.* create
               exit
           exit
           no shutdown
exit
----------------------------------------------
*A:ALA-A>config>service#

6.4.4.2. Deleting an IES Service

An IES service cannot be deleted until SAPs and interfaces are shut down and deleted, and the service is shut down on the service level.

Use the following syntax to delete an IES service.

CLI Syntax:
config>service#
[no] ies service-id
shutdown
[no] interface ip-int-name
shutdown
[no] sap sap-id
shutdown

6.4.4.3. Disabling an IES Service

Use the following syntax to shut down an IES service without deleting the service parameters.

CLI Syntax:
config>service> ies service-id
shutdown

6.4.4.4. Re-Enabling an IES Service

Use the following syntax to re-enable an IES service that was shut down.

CLI Syntax:
config>service> ies service-id
[no] shutdown
Example:
config>service# ies 2000
config>service>ies# no shutdown
config>service>ies# exit