appliance-cli debug sgrp-migration¶
Show whether the migration to new SGRP semantics has affected the routes.
Synopsis¶
Show whether the migration to new SGRP semantics has affected the routes. Before the migration, save the state file (appliance-cli get debug/scion-tunneling/state/current –format json > state.json) and the announcements file (appliance-cli get debug/scion-tunneling/sgrp/announcements –format json > announcements.json). After the migration run appliance-cli debug sgrp-migration state.json announcements.json
.The tool will show you whether there are any diffs in addresses being routed through the tunnel or any diffs in IP prefixes announced to the remote ASes. Keep in mind that the diffcan also by caused by the remotes announcing different prefixes in the meantime ratherthan by the migration.
appliance-cli debug sgrp-migration <state-file> <announcements-file> [flags]
Examples¶
appliance-cli debug sgrp-migration ./state.json ./announcements.json
Options¶
--context string Select the appliance context
--format string The Output format (json|yaml) (default "json")
-h, --help help for sgrp-migration
--insecure Disable SSL verification
SEE ALSO¶
appliance-cli debug - Use the debugging features of the appliance