VLANIF (IP adresi verme)


Bu bölümde vlanif interface  ip address vermeyi yapacağız.

vlan

  1. 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-view
Enter 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-view
Enter 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.3
PING 10.0.4.3: 56 data bytes, press CTRL_C to break
Reply from 10.0.4.3: bytes=56 Sequence=1 ttl=255 time=270 ms
Reply from 10.0.4.3: bytes=56 Sequence=2 ttl=255 time=100 ms
Reply from 10.0.4.3: bytes=56 Sequence=3 ttl=255 time=70 ms
Reply from 10.0.4.3: bytes=56 Sequence=4 ttl=255 time=100 ms
Reply from 10.0.4.3: bytes=56 Sequence=5 ttl=255 time=80 ms
— 10.0.4.3 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 70/124/270 ms
<CLIGURU-R1>ping 10.0.4.4
PING 10.0.4.4: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out
— 10.0.4.4 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss
Doğrulugunu CLIGURU-R1 ve CLIGURU-S3 arasında ve CLIGURU-R3 ve CLIGURU-S4 arasında deneyebilirsiniz.