# IPv4 Addressing (Part 2)

<figure><img src="/files/qnyQBqQFhC5ALYjYeOLp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pTGHHoH8t80XquW9ToK4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GZ1DKVO3wsasufRCn6aK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Bt6c4r2jFBcS6bcMzrwy" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/32EnkV1ocd4XdtWmQbvp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vawfpQjKozKqBqyTrT8X" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yjfBQJFqmYDuYi47p2l8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/uA5cAQf79iRC0lMztSGZ" alt=""><figcaption></figcaption></figure>

```
en

show ip interface brief

```

<figure><img src="/files/2lcHhmahjK5uAxZZJehu" alt=""><figcaption></figcaption></figure>

```
conf t

interface gigabitethernet 0/0

interface gigabitethernet0/0

in g0/0
```

<figure><img src="/files/PrnhE8qcHtMsb5KMmtPR" alt=""><figcaption></figcaption></figure>

<pre><code>ip address 10.255.255.254 ?

ip address 10.255.255.254 255.0.0.0

<strong># Enable the interface
</strong>no shutdown
------------------------------------------------
do sh ip int br

or

do show ip interface brief
</code></pre>

<figure><img src="/files/i8BNz9HQGSbcnaNkbV08" alt=""><figcaption></figcaption></figure>

<pre><code>int g0/1

ip add 172.16.255.255 255.255.0.0

<strong># Enable the interface
</strong>no shut

or

no shutdown

do sh ip int br 

or 

do show ip interface brief
</code></pre>

<figure><img src="/files/Wg5Up3aNmLz0LhCTYNkG" alt=""><figcaption></figcaption></figure>

```
int g0/2

ip add 192.168.0.254 255.255.255.0

no shut

or 

no shutdown
```

<figure><img src="/files/xxNX2HZMwV2aktnQscTn" alt=""><figcaption></figcaption></figure>

```
show interface g0/0
```

<figure><img src="/files/eA29d1Yl4pzh0A4qjUr9" alt=""><figcaption></figcaption></figure>

```
int g0/0

description ## to SW1 ##

int g0/1

desc ## to SW2 ##

int g0/2

desc ## to SW3 ##

do show interface description

or

do sh int desc
```

<figure><img src="/files/ky4GxuKqCaCMdME8To7K" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JfRI7aiNplFnnExm3jhD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/N6iVVlkvErUFXo0vSoyR" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/S9fNoUWofRrZbmDKcLEl" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WwNKcLhIEdLCBhKubc8p" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HiukGzeyaUr8GxaWWTmA" alt=""><figcaption></figcaption></figure>

step 1

<figure><img src="/files/MXVCx1jQGTyExakZXxa0" alt=""><figcaption></figcaption></figure>

step 2&#x20;

<figure><img src="/files/ys6YDQc9ZA8RQW92wnIA" alt=""><figcaption></figcaption></figure>

step 3

<figure><img src="/files/iLloiTX58uhz34YDvALc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/05QtMdEhyzoSrT4hisls" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ICV1NJypI8YGYntBQGIm" alt=""><figcaption></figcaption></figure>

```
show running-config
```

<figure><img src="/files/WnM0q3bhbb8szkNac4l5" alt=""><figcaption></figcaption></figure>

```
copy running-config startup-config
```

<figure><img src="/files/fRaAjxG5qKlouRVPRHth" alt=""><figcaption></figcaption></figure>

step6&#x20;

<figure><img src="/files/Pa8SuOrGbDPLPW9MiOf0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OnG6CJ5cxTSVnGWr1hRd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xI7wITVzuPBNBilt777y" alt=""><figcaption></figcaption></figure>

step7&#x20;

<figure><img src="/files/YWfeZ0vKPw54Zq70v4wp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mldD4giwUB7fU9BvVwTL" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kyou00.gitbook.io/xyz/ccna/ipv4-addressing-part-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
