Skip to content
Snippets Groups Projects
Commit 49fd94ff authored by Corey Eichelberger's avatar Corey Eichelberger
Browse files

Formatting

parent f335c6e7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ JTI Overview: https://www.juniper.net/documentation/en_US/junos/topics/concept/j
Network Agent Overview: https://www.juniper.net/documentation/en_US/junos/topics/task/installation/network-agent-installing.html
### JTI Install
## JTI Install
### Disable ISSU (The OpenConfig and Network Agent packages do not support ISSU for install. You can re-enable these options once the install is complete)
......@@ -31,7 +31,9 @@ request system software add /var/tmp/$networkAgent
### JTI w/o SSL
set system services extension-service request-response grpc clear-text port 50051
set system services extension-service request-response grpc skip-authentication
set system services extension-service notification allow-clients address 141.142.141.140/32
......@@ -48,15 +50,13 @@ set system services extension service request-response grpc ssl port 32767
########################################################################################################
##Upgrading JUNOS: Steps required if your performing a Junos update on an existing JTI install.
Upgrading JUNOS: Steps required if your performing a Junos update on an existing JTI install.
Make sure the requisite OpenConfig and NetworkAgent packages are copied into /var/tmp.
Make sure that the OpenConfig and NetworkAgent are copied into /var/tmp.
Disable Configuration:
###Disable Configuration:
delete chassis redundancy graceful-switchover
delete protocols layer2-control nonstop-bridging
......@@ -64,19 +64,21 @@ delete protocols layer2-control nonstop-bridging
delete routing-options nonstop-routing
delete system services extension-service request-response grpc clear-text port 50051
delete system services extension-service request-response grpc skip-authentication
delete system services extension-service notification allow-clients address $telegraf_host
Add packages
###Add packages
request system software add /var/tmp/$openconfigPackage
request system software add /var/tmp/$networkAgent
Re-Enable configuration:
###Re-Enable configuration:
set chassis redundancy graceful-switchover
set protocols layer2-control nonstop-bridging
......@@ -84,5 +86,7 @@ set protocols layer2-control nonstop-bridging
set routing-options nonstop-routing
set system services extension-service request-response grpc clear-text port 50051
set system services extension-service request-response grpc skip-authentication
set system services extension-service notification allow-clients address $telegraf_host
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment