Conductor Web GUI | Configure a Static Route | |||||||
---|---|---|---|---|---|---|---|---|
Troubleshoot > Routing tables > | ||||||||
Branch config file |
| |||||||
Conductor Web GUI | Configure Static Route | |||||||
create a RI | configuration > Authority > Router: seabo1 ADD Routing Instances Type: rt:default-instance | |||||||
Create a static toute | configuration > Authority > Router: seabo1 > Routing: rt:default-instance ADD Static Routes: Destination: 172.16.128.2/32 Administrative Distance: 1 | |||||||
Create a | configuration > Authority > Router: seabo1 > Routing: rt:default-instance > Static Route: 172.16.128.2/32 ADD Static Route Next Hop List: 10.0.128.1 | |||||||
Router configuration |
| |||||||
View FIB | ||||||||
Add Access Policy to Service | ||||||||
check the tenant: corp | configuration > Authority > Tenants | |||||||
Policy | configuration > Authority > Service: webserver ADD Access Polices Source: corp ( tenant ) Permission: Allow | |||||||
Branch Client | Verify Connectivity | |||||||
Shell | ping 172.16.128.2 | |||||||
Web Browser | http://172.16.128.2 | |||||||
Conductor Web GUI |
...
Configure Service Routes and Use SVR | Configure a Peer | |
---|---|---|
configuration > Authority > Router: seabo1 ADD Peers: name bosdc1 Authority Name: CompanyX Router Name: bosdc1need to move to 6.1 | ||
Configure Service Route | ||
Router configurationcreate Service route | configuration > Authority > Router: seabo1 ADD Service Routes: Name: webserver-route create Service Routeconfiguration > Authority > Router: seabo1 > Service Route: webserver-route Service Name: webserver Service Route Type: Peer Service Route Peer: bosdc1 | |
Remove Static Route | ||
configuration > Authority > Router: seabo1 > Routing: rt:default-instance DELETE Static Route: 172.16.128.2/32 | ||
View FIB | ||
Set Service to Private | ||
configuration > Authority > Services: webserver Scope: Private | ||
Branch Client | Verify Connectivity | |
...