Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Junos SPACE backend is being developed for the use in GEANT production network. Currently the first naive prototype is being used and improvements are under the development.  Assignee Jan Kundrát .

Development VM is listed in table above (at 10.0.20.17). 

...

Code Block
languagetext
themeConfluence
titleThe uPA1 backend block of the configuration file.
[junosspace]
space_user=super
space_password=PASSWORD_IN_RESTRICTED_PAGE
space_api_url=https://10.0.20.3/api/space
configlet_activate_local=328159
configlet_activate_remote=328147
configlet_deactivate_local=328124
configlet_deactivate_remote=328137
routers=upa1.nsi.eline.test:131091:10.0.16.1
 upa2.nsi.eline.test:131097:10.0.16.2


Topology of uPA1:

Code Block
titleuPA1 topology
ethernet port9 - vlan:10-100 1000 ge-1/0/9 -


ONSA cli tool config and ussage:

Code Block
titleONSA configuration
bandwidth=250
host=10.0.20.17
port=7080
starttime=+20
endtime=+6020

nsa=main,nsi.eline.test:nsa,http://10.0.20.17:9443/NSI/services/CS2


Code Block
titleONSA ussage
# For activate the link on the lab1 router (the crossconnect hairpinned on single interface in this example). 
onsa reserveprovision -v -p main -s upa1.nsi.eline.test:topology:port9#vlan=20 -d upa1.nsi.eline.test:topology:port9#vlan=21


#The activation will return the link ID which identifies the service. 
#For termination of the service use the following
onsa terminate -v -p main -c LINK_ID

OpenNSA Docker environment

...