- Mapfre apuntala su estrategia de IA sobre un manifiesto rector y un nuevo centro global
- The Benefits of a Broad and Open Integration Ecosystem
- Unlocking the Power of Network Telemetry for the US Public Sector
- Linux kernel 6.14 is a big leap forward in performance and Windows compatibility
- The default TV setting you should turn off ASAP - and why you shouldn't wait to do it
Juniper Interface Commands
Juniper has the corresponding command to disable/enable interfaces in Junos OS as below –
– To Juniper disable interface:
root@Juniper# set interfaces ge-0/0/1.0 disable << This is cisco equivalent of “shutdown”
– To Juniper enable interface:
root@Juniper# delete interfaces ge-0/0/1.0 disable << This is cisco equivalent of “no shutdown”
Verification:
root@Juniper#show ge-0/0/1.0
root@Juniper# run show interfaces ge-0/0/1.0 terse