Difference between revisions of "Juniper JunOS"
m |
|||
Line 1: | Line 1: | ||
− | Junos bygger på FreeBSD och man kan därför | + | Junos bygger på FreeBSD och man kan därför köra många unix kommandon på switchen. |
Junos CLI är uppdelat i två kommandolägen. | Junos CLI är uppdelat i två kommandolägen. | ||
Line 12: | Line 12: | ||
show configuration | display set | show configuration | display set | ||
− | Lista conf efter hierarchy level | + | Lista conf efter hierarchy level.(Funkar enbart om man gått in i edit läge på tex ett interface.) |
show configuration | display set relative | show configuration | display set relative | ||
Line 23: | Line 23: | ||
configuration mode. | configuration mode. | ||
configure exclusive | configure exclusive | ||
− | |||
− | |||
− | |||
Lämna configuration mode utan att commita. | Lämna configuration mode utan att commita. | ||
Line 32: | Line 29: | ||
Kör operational mode kommandon i configuration mode. | Kör operational mode kommandon i configuration mode. | ||
run <operational mode kommando> | run <operational mode kommando> | ||
+ | |||
+ | ==Commit== | ||
+ | Lämna configuration mode och commita ändringar. | ||
+ | commit and-quit | ||
+ | |||
+ | Visa vad som kan commitas. | ||
+ | show | compware | ||
+ | |||
+ | Ta bort all conf som ligger redo att commitas. | ||
+ | rollback | ||
+ | |||
+ | Rollbacka till en conf vid en viss tid. | ||
+ | rollback ? | ||
+ | |||
+ | Commita och kör en autorollback efter 2 miniut. För att stoppa autorollback skriv <code>commit</code> bara. | ||
+ | commit confirmed 2 | ||
[[Category:Juniper]] | [[Category:Juniper]] |
Revision as of 13:37, 23 February 2016
Junos bygger på FreeBSD och man kan därför köra många unix kommandon på switchen.
Junos CLI är uppdelat i två kommandolägen.
- Operational Mode
- Configuration Mode
Operational
Gå till operational mode. Här kan man köra kommandon för att troubleshoota och monitorera.
cli
Lista conf i set kommandon. Andvändbart om man behöver paste in conf.
show configuration | display set
Lista conf efter hierarchy level.(Funkar enbart om man gått in i edit läge på tex ett interface.)
show configuration | display set relative
Configuration
Gå till configuration mode.
configure
Går till configuration mode och låser den globala configurationen, så att andra användare inte kan commita förens du lämnat
configuration mode.
configure exclusive
Lämna configuration mode utan att commita.
exit
Kör operational mode kommandon i configuration mode.
run <operational mode kommando>
Commit
Lämna configuration mode och commita ändringar.
commit and-quit
Visa vad som kan commitas.
show | compware
Ta bort all conf som ligger redo att commitas.
rollback
Rollbacka till en conf vid en viss tid.
rollback ?
Commita och kör en autorollback efter 2 miniut. För att stoppa autorollback skriv commit
bara.
commit confirmed 2