ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: TaZZ <taw88@mail.ru>
To: "Oleg K. Artemjev" <olli@rbauto.ru>
Cc: community@altlinux.ru
Subject: Re: [Comm] достойно ли данное поведение bugzill'ы?
Date: Thu, 4 Sep 2003 15:11:01 +0400
Message-ID: <20030904111101.GA2477@mail.ru> (raw)
In-Reply-To: <20030904115158.32698ca1.olli@rbauto.ru>

On Thu, Sep 04, 2003 at 11:51:58AM +0400, Oleg K. Artemjev wrote:
> Имеем cisco 3550 c следующим конфигом на моем порту:
> -------------------------------------------------
> 3550gbic@4=cs241#sh run int fa0/20
> Building configuration...
> 
> Current configuration : 254 bytes
> !
> interface FastEthernet0/20
>  description Olli(arteolko) eth1 (descr. date: 22.08.2003 12:18)
>  switchport trunk encapsulation dot1q
>  switchport trunk native vlan 4094
>  switchport mode trunk
>  no ip address
>  mls qos trust dscp
>  spanning-tree portfast
> end
> 
> 3550gbic@4=cs241#
> -------------------------------------------------
> 
> Имеем следующие конфиги в /etc/sysconfig:
> 
> vlan:
> -------------------------------------------------
> # VLAN subsystem
> 
> # Change this to yes if you want VLANS.
> DOT1Q_VLANS=yes
> 
> # VLAN name types:
> #	VLAN_PLUS_VID 		= vlan0005
> #	VLAN_PLUS_VID_NO_PAD	= vlan5
> #	DEV_PLUS_VID		= eth0.0005
> #	DEV_PLUS_VID_NO_PAD	= eth0.5
> VLAN_NAMING=VLAN_PLUS_VID
> -------------------------------------------------
> 
> network-scripts/ifcfg-eth0:
> -------------------------------------------------
> DEVICE=eth0
> BOOTPROTO=static
> #BOOTPROTO=dhcp
> #IPADDR=192.168.100.2
> #NETMASK=255.255.255.0
> #NETWORK=192.168.100.0
> #BROADCAST=192.168.100.255
> ONBOOT=yes
> -------------------------------------------------
> 
> network-scripts/ifcfg-eth1:
> -------------------------------------------------
> DEVICE=eth1
> BOOTPROTO=static
> #BOOTPROTO=dhcp
> #IPADDR=192.168.100.165
> #NETMASK=255.255.255.0
> #NETWORK=192.168.100.0
> #BROADCAST=192.168.100.255
> ONBOOT=yes
> -------------------------------------------------
> 
> network-scripts/ifcfg-vlan0001:
> -------------------------------------------------
> DEVICE=vlan0001
> VLAN_TRUNK_IF=eth1
> BOOTPROTO=static
> #BOOTPROTO=dhcp
> IPADDR=192.168.100.2
> NETMASK=255.255.255.0
> NETWORK=192.168.100.0
> BROADCAST=192.168.100.255
> ONBOOT=yes
> #ENABLE_VLAN_DHCP=no
> -------------------------------------------------
> 
> network-scripts/ifcfg-vlan0002:
> -------------------------------------------------
> DEVICE=vlan0002
> VLAN_TRUNK_IF=eth1
> BOOTPROTO=static
> #BOOTPROTO=dhcp
> IPADDR=192.168.200.2
> NETMASK=255.255.255.0
> NETWORK=192.168.200.0
> BROADCAST=192.168.200.255
> ONBOOT=yes
> #ENABLE_VLAN_DHCP=no
> -------------------------------------------------
> 
> При старте система радостно пишет о поднятии eth0,eth1,vlan0001,vlan0002  (я наблюдаю OK 
> справа от сообщений о поднятии интерфейсов).
> Однако после того как загрузка завершена ifconfig дает лишь loopback. :/
> Когда я в ручную говорю ifconfig eth0 up и ifconfig eth1 up радостно 
> поднимаются все перечисленные интерфейсы, включая vlan*, на eth0 и eth1 IP 
> адресов при этом нет.
> 
> Т.е., по видимому, скрипты в Alt Master 2.0 не предусматривают поднятия 
> интерфейсов при отсутствии на них layer 3+ адресов. Subj.?
> 
> 
> PS: можно ли в поддержке vlan поднятой на Master 2.0 обеспечить native vlan, т.е,
> если не терминах cisco, то можно ли обеспечить неэнкапсуляцию произвольного и
> единственного из всех возможных vlan в транковом интерфейсе? Я знаю про 
> workaround'ы со стороны cisco, они  вопроса не отменяют, хотя и являются решением.

А багзилла тут причем?

Best regards,
---------TaZZ---------
E-Mail: taw88@mail.ru
ICQ: 201045832
----------------------


  parent reply	other threads:[~2003-09-04 11:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-04  7:51 Oleg K.Artemjev
2003-09-04  8:05 ` Andrey Brindeew
2003-09-04  9:29   ` Oleg K.Artemjev
2003-09-04 17:23     ` Andrey Brindeew
2003-09-04 18:21       ` Alexey Voinov
2003-09-05  7:29         ` [Comm] Master 2.0 bugreports? Oleg K.Artemjev
2003-09-09 12:08           ` [Comm] " Michael Shigorin
2003-09-15  6:35             ` Oleg K.Artemjev
2003-09-15 15:32               ` Michael Shigorin
2003-09-04 11:11 ` TaZZ [this message]
2003-09-04  9:32   ` [Comm] достойно ли данное поведение bugzill'ы? Oleg K.Artemjev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030904111101.GA2477@mail.ru \
    --to=taw88@mail.ru \
    --cc=community@altlinux.ru \
    --cc=olli@rbauto.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git