Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Witam.
Mam postawiony serwerek, na którym mam zrobiony bonding, podpięte to dwoma skrętkami do switcha cisco cat 6k5.
na serwerze do interfejsu bond2 mam popodpinane kilkanaście vlanów.
trochę configuracji.
cat 6k5
cat6500#sh run int port-channel 3 Building configuration... Current configuration : 242 bytes ! interface Port-channel3 switchport switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport trunk allowed vlan 5-300,910,4001-4011 switchport mode trunk mtu 9216 no ip address spanning-tree portfast trunk end cat6500#sh run int g 1/23 Building configuration... Current configuration : 278 bytes ! interface GigabitEthernet1/23 description ed_pppoe_bonding2 switchport switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport trunk allowed vlan 5-300,910,4001-4011 switchport mode trunk mtu 9216 no ip address spanning-tree portfast trunk channel-group 3 mode active end cat6500#sh run int g 1/24 Building configuration... Current configuration : 302 bytes ! interface GigabitEthernet1/24 description ed_pppoe_bonding2 switchport switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport trunk allowed vlan 5-300,910,4001-4011 switchport mode trunk mtu 9216 no ip address spanning-tree portfast trunk channel-group 3 mode active end cat6500#sh run int vlan 5 Building configuration... Current configuration : 63 bytes ! interface Vlan5 ip address 192.168.168.2 255.255.255.0 end cat6500#
na serwerze
mr@ed:~$ ip addr show dev bond2 10: bond2: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 9216 qdisc noqueue state UP link/ether 00:1f:29:56:31:1e brd ff:ff:ff:ff:ff:ff inet 192.168.168.1/24 scope global bond2 mr@ed:~$
fragment konfiguracji bond2
auto bond2 iface bond2 inet static address 192.168.168.1 netmask 255.255.255.0 # mtu 1528 mtu 9216 slaves eth4 eth5 bond-mode balance-rr bond-miimon 100 bond-downdelay 200 bond-updelay 200 auto vlan10 iface vlan10 inet static address 0.0.0.0 netmask 255.255.255.255 mtu 1500 vlan-raw-device bond2 auto vlan11 iface vlan11 inet static address 0.0.0.0 netmask 255.255.255.255 mtu 1500 vlan-raw-device bond2
do interfejsu bond2 są pozapinane interfejsy vlanowe. problem polega na tym, że natywny vlan tu nie działa. działa komunikacja w vlanach ale nie działa komunikacja bez tagowania :/ nie mogę pingnąć interfejsu vlan 5 na cisco (192.168.168.2). Ustawiłem w sieci na innym urządzeniu adres z tej sieci i 192.168.168.2 jest jak najbardziej osiągalny. problem jest międzi cisco a serwerem.
na innym serverku bez bondingu jest identycznie skonfigurowany interfejs na catalyscie i to działa.
czyżby na ether-channel nie można użyć native vlan?
z góry dzięki za sugestie.
Pzdr 4@ll
Ostatnio edytowany przez Nicram (2014-02-12 11:23:13)
Offline
Strony: 1