Mainos / Advertisement:
Ero sivun ”Cisco InterVLAN reititys” versioiden välillä
Siirry navigaatioon
Siirry hakuun
Rivi 2: | Rivi 2: | ||
[[Tiedosto:14976-50a.jpg]] | [[Tiedosto:14976-50a.jpg]] | ||
+ | |||
+ | === Kytkimen konfiguraatio === | ||
+ | |||
+ | 3512xl#configure terminal | ||
+ | Enter configuration commands, one per line. End with CNTL/Z. | ||
+ | 3512xl(config)#int vlan 1 | ||
+ | 3512xl(config-if)#ip address 10.10.10.2 255.255.255.0 | ||
+ | 3512xl(config-if)#exit | ||
+ | 3512xl(config)#ip default-gateway 10.10.10.1 | ||
+ | 3512xl(config)#end | ||
+ | |||
+ | 3512xl#configure terminal | ||
+ | Enter configuration commands, one per line. End with CNTL/Z. | ||
+ | 3512xl(config)#int fastEthernet 0/1 | ||
+ | 3512xl(config-if)#switchport mode trunk | ||
+ | |||
+ | 3512xl(config-if)#switchport trunk allowed vlan all | ||
+ | 3512xl(config-if)#exit | ||
+ | |||
+ | 3512xl(config)#int fastEthernet 0/2 | ||
+ | 3512xl(config-if)#switchport access vlan 2 | ||
+ | 3512xl(config-if)#spanning-tree portfast | ||
+ | 3512xl(config-if)#exit | ||
+ | |||
+ | 3512xl(config)#int fastEthernet 0/3 | ||
+ | 3512xl(config-if)#spanning-tree portfast | ||
+ | 3512xl(config-if)#^Z | ||
+ | |||
+ | === Reitittimen konfiguraatio === | ||
+ | |||
+ | |||
+ | Ota käyttöön FastInterface 0/0 | ||
+ | |||
+ | c2600(config)#int fastEthernet 0/0 | ||
+ | c2600(config-if)#no shut | ||
+ | c2600(config-if)#exit | ||
+ | |||
+ | Luodaan ali interface 0/0.1 ja määritetään IP-osoitteeksi 10.10.10.1 ja aliverkonpeitteeksi 255.255.255.0. | ||
+ | c2600(config)#int fastEthernet 0/0.1 | ||
+ | c2600(config-subif)#ip address 10.10.10.1 255.255.255.0 | ||
+ | c2600(config-subif)#exit | ||
+ | |||
+ | Luodaan ali interface 0/0.2 ja määritetään IP-osoitteeksi 10.10.11.1 ja aliverkonpeitteeksi 255.255.255.0. Määritetään lisäksi VLAN 2. | ||
+ | c2600(config)#int fastEthernet 0/0.2 | ||
+ | c2600(config-subif)#encapsulation isl 2 | ||
+ | c2600(config-subif)#encapsulation dot1Q 2 | ||
+ | c2600(config-subif)#ip address 10.10.11.1 255.255.255.0 | ||
+ | c2600(config-subif)#exit | ||
Versio 28. tammikuuta 2015 kello 18.19
Tässä ohjeessa tehdään kuvanmukainen verkko.
Kytkimen konfiguraatio
3512xl#configure terminal Enter configuration commands, one per line. End with CNTL/Z. 3512xl(config)#int vlan 1 3512xl(config-if)#ip address 10.10.10.2 255.255.255.0 3512xl(config-if)#exit 3512xl(config)#ip default-gateway 10.10.10.1 3512xl(config)#end
3512xl#configure terminal Enter configuration commands, one per line. End with CNTL/Z. 3512xl(config)#int fastEthernet 0/1 3512xl(config-if)#switchport mode trunk
3512xl(config-if)#switchport trunk allowed vlan all 3512xl(config-if)#exit
3512xl(config)#int fastEthernet 0/2 3512xl(config-if)#switchport access vlan 2 3512xl(config-if)#spanning-tree portfast 3512xl(config-if)#exit
3512xl(config)#int fastEthernet 0/3 3512xl(config-if)#spanning-tree portfast 3512xl(config-if)#^Z
Reitittimen konfiguraatio
Ota käyttöön FastInterface 0/0
c2600(config)#int fastEthernet 0/0 c2600(config-if)#no shut c2600(config-if)#exit
Luodaan ali interface 0/0.1 ja määritetään IP-osoitteeksi 10.10.10.1 ja aliverkonpeitteeksi 255.255.255.0.
c2600(config)#int fastEthernet 0/0.1 c2600(config-subif)#ip address 10.10.10.1 255.255.255.0 c2600(config-subif)#exit
Luodaan ali interface 0/0.2 ja määritetään IP-osoitteeksi 10.10.11.1 ja aliverkonpeitteeksi 255.255.255.0. Määritetään lisäksi VLAN 2.
c2600(config)#int fastEthernet 0/0.2 c2600(config-subif)#encapsulation isl 2 c2600(config-subif)#encapsulation dot1Q 2 c2600(config-subif)#ip address 10.10.11.1 255.255.255.0 c2600(config-subif)#exit
Lähteet
http://www.orbit-computer-solutions.com/How-to-Configure-Router-on-a-Stick-InterVLAN-Routing.php
Mainos / Advertisement: