- Alibaba will run on SAP as SAP runs on Alibaba Cloud
- Czech Republic Accuses China of Government Hack
- Bridging the Gap Unlock the Power of OT Skills in the Digital Age
- As India’s data center market heats up, Refroid aims to cool things down
- Don't buy premium earbuds without knowing the answer to this question
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