- This $550 OnePlus flagship is the best Black Friday phone deal I've seen so far
- iPhone 16 Pro vs. iPhone 13 Pro: Should you upgrade to Apple's latest model?
- Modern Phishing Challenges and the Browser Security Strategies to Combat Them
- Preserving Culture Through Technology: An Unforgettable Experience in the Arctic
- Cisco Secure Workload: Leading in Segmentation Maturity
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