Bu bölümde vlanif interface ip address vermeyi yapacağız.
-
Her vlan için IP address oluşturalım.
CLIGURU-R1,CLIGURU-S3,CLIGURU-R3 ve CLIGURU-S4 için ip adresler verelim. Switchlere fiziksel olarak ip address verilmez ve yönetim interface’i olan vlanif1’i oluşturup ip address’i veririz.
<Huawei>system-viewEnter system view, return user view with Ctrl+Z.[Huawei]sysname CLIGURU-R1[CLIGURU-R1]interface GigabitEthernet 0/0/1[CLIGURU-R1-GigabitEthernet0/0/1]ip address 10.0.4.1 24 |
[CLIGURU-S3]interface Vlanif 1[CLIGURU-S3-Vlanif1]ip address 10.0.4.2 24 |
<Huawei>system-viewEnter system view, return user view with Ctrl+Z.[Huawei]sysname CLIGURU-R3[CLIGURU-R3]interface GigabitEthernet 0/0/2[CLIGURU-R3-GigabitEthernet0/0/2]ip address 10.0.4.3 24 |
[CLIGURU-S4]int Vlanif 1[CLIGURU-S4-Vlanif1]ip address 10.0.4.4 24 |
2. Bağlantıları kontrol edelim dogru olduguna bakalım.
Ping komutuyla test edelim.
Vlan 4 CLIGURU-R1 ve CLIGURU-R3 birbirleriyle iletişim kurabilmesi gerekir ve diğer VLAN’larla iletişim kuramıyor olması gerekir.
<CLIGURU-R1>ping 10.0.4.3PING 10.0.4.3: 56 data bytes, press CTRL_C to breakReply from 10.0.4.3: bytes=56 Sequence=1 ttl=255 time=270 msReply from 10.0.4.3: bytes=56 Sequence=2 ttl=255 time=100 msReply from 10.0.4.3: bytes=56 Sequence=3 ttl=255 time=70 msReply from 10.0.4.3: bytes=56 Sequence=4 ttl=255 time=100 msReply from 10.0.4.3: bytes=56 Sequence=5 ttl=255 time=80 ms— 10.0.4.3 ping statistics —5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 70/124/270 ms |
<CLIGURU-R1>ping 10.0.4.4PING 10.0.4.4: 56 data bytes, press CTRL_C to breakRequest time outRequest time outRequest time outRequest time outRequest time out— 10.0.4.4 ping statistics —5 packet(s) transmitted0 packet(s) received100.00% packet loss |