Open krihal opened 12 months ago
What to with non-device data? That is, you can change config for services/processes or something else.
Maybe add a service section etc?
snc@snc-lab[/]# show compare
juniper1:
login {
+ user testing {
+ full-name testing;
+ class super-user;
+ }
}
juniper2:
login {
+ user testing {
+ full-name testing;
+ class super-user;
+ }
}
services:
ssh-users {
sunet {
+ user testing {
+ full-name testing;
+ class super-user;
+ }
}
}
devices {
device router-r {
config {
junos:configuration {
system {
- domain-name sunet.se;
+ domain-name orvar;
}
}
}
}
}
Just as "commit diff" the device name should be included for "show compare":