Configuring the Path Based Routing for Inception Server

This section describes how to enable the path based routing for Inception server.

Use the following argument in the deploy script to enable path based ingress for RESTCONF and CLI:

-i or --path-based-ingress

Configuration Example:

./deploy -p 209.165.200.224 -f Passwd@123 -i
After you enable the path based ingress, SSH and RESTCONF of inception server are accessible using the following URLs:

API: https://209.165.200.224/smi-deployer/restconf
If you provide the hostname in "--external-zone-name" along with the path based ingress argument, then the entire hostname is replaced with the provided host name.

Configuration Example:


./deploy -p 209.165.200.224 -f Csco@123 -i --external-zone-name abc.com
After you enable the path based ingress, SSH and RESTCONF of inception server are accessible using the following URLs:
SSH (cli): ssh admin@127.0.0.1 -p 2022

API: https://abc.com/smi-deployer/restconf