Add, delete, rename an IP address on a Juniper interface

I am going to do a LAB to show you how you can add, delete and rename and IP address on a Juniper interface.

Let’s configure an IP address of 10.10.10.1/24 on the Ge-0/0/0 interface:

root@Juniper# edit interfaces ge-0/0/0 unit 0 family inet

[edit interfaces ge-0/0/0 unit 0 family inet]

root@Juniper# set address 10.10.10.1/24

[edit interfaces ge-0/0/0 unit 0 family inet]

root@Juniper# show

address 10.10.10.1/24;

[edit interfaces ge-0/0/0 unit 0 family inet]

root@Juniper#

We already know, we have to go to the logical interface and to the family inet because we want to put an IPv4 address. Now the IP address has been set on the ge-0/0/0 interface.

Say that I have decided to add 10.10.10.2/24 instead of 10.10.10.1/24 on that interface, do you think by adding the new IP it will replace the current one? Let’s try:

root@Juniper# set address 10.10.10.2/24

[edit interfaces ge-0/0/0 unit 0 family inet]

root@Juniper# show

address 10.10.10.1/24;

address 10.10.10.2/24;

[edit interfaces ge-0/0/0 unit 0 family inet]

root@Juniper#

Apologies, the Full Lesson Access is Only for Members....

\

Get Access to all Lessons from different Vendors

\

Affordable Price to Enhance your IT Skills!

\

Always Accessing all Lessons including the New Added Ones

100% Satisfaction Guaranteed!

You can cancel your membership at anytime.
No Questions Asked Whatsover!

Course Content

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

About