""" L3vpn_interAS_OptionC_P_PE_Scenario.py: This script intends to demonstrate how to use NGPF BGP API to configure L3vpn interAS OptionC Scenario. 1. It will create a BGP topology with LDP & OSPF configured in Provider Router. 2. In Provider Edge Router configuration 2 BGP Peer are configured. - iBGP Peer - eBGP Peer to configure Multi Hop BGP session. 3. Only one side configuration is provided. 4. Traffic configuration will be similar to L3VPN scenario. Supports IxNetwork API servers: - Windows, Windows Connection Mgr and Linux Requirements: - Minimum IxNetwork 8.50 - Python 2.7 and 3+ - pip install requests - pip install ixnetwork_restpy (minimum version 1.0.51) RestPy Doc: https://www.openixia.github.io/ixnetwork_restpy/#/ Usage: - Enter: python