WO2005091556A2 - Mappage vlan destine au provisionnement multiservice - Google Patents

Mappage vlan destine au provisionnement multiservice Download PDF

Info

Publication number
WO2005091556A2
WO2005091556A2 PCT/EP2004/002754 EP2004002754W WO2005091556A2 WO 2005091556 A2 WO2005091556 A2 WO 2005091556A2 EP 2004002754 W EP2004002754 W EP 2004002754W WO 2005091556 A2 WO2005091556 A2 WO 2005091556A2
Authority
WO
WIPO (PCT)
Prior art keywords
vlan
region
tag
packet
mapping
Prior art date
Application number
PCT/EP2004/002754
Other languages
English (en)
Other versions
WO2005091556A3 (fr
Inventor
Ulf Fredrik JÖNSSON
Zhao Wei
Vicknesan Ayadurai
Original Assignee
Telefonaktiebolaget Lm Ericsson (Pub)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telefonaktiebolaget Lm Ericsson (Pub) filed Critical Telefonaktiebolaget Lm Ericsson (Pub)
Priority to PCT/EP2004/002754 priority Critical patent/WO2005091556A2/fr
Priority to EP04821441A priority patent/EP1730882A2/fr
Priority to US10/598,945 priority patent/US20070274321A1/en
Publication of WO2005091556A2 publication Critical patent/WO2005091556A2/fr
Publication of WO2005091556A3 publication Critical patent/WO2005091556A3/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4641Virtual LANs, VLANs, e.g. virtual private networks [VPN]
    • H04L12/4645Details on frame tagging
    • H04L12/4666Operational details on the addition or the stripping of a tag in a frame, e.g. at a provider edge node
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/35Switches specially adapted for specific applications
    • H04L49/354Switches specially adapted for specific applications for supporting virtual local area networks [VLAN]

Definitions

  • the present invention relates generally to digital communication systems . More particularly, and not by way of limitation, the invention is directed to an apparatus and method for mapping Virtual Local Area Networks (VLANs) to end users and services when an end user accesses multiple services over a single broadband connection.
  • VLANs Virtual Local Area Networks
  • Ethernet is a packet-based transmission protocol that is primarily used in local area networks (LANs) .
  • Ethernet is the common name for the IEEE 802.3 industry standard. Data is transmitted in Ethernet frames, the structure of which is defined in the IEEE 802.3 standard.
  • a VLAN ID field is specified in the IEEE802.1Q standard.
  • the IEEE 802.3 standard and the IEEE802.1Q standard are incorporated herein by reference. It is desirable for residential end users connected to broadband access networks to have access to multiple services. For example, if an end user has two PCs at home, he should be able to use one PC to surf the Internet while using the other PC to connect to his corporate network.
  • the two PCs may have different IP address domains and different requirements to the network when it comes to parameters such as Quality of Service (QoS) and Security, but they are connected via the same broadband access network.
  • QoS Quality of Service
  • the broadband access network must separate traffic from different services in the network. For example, Internet surfing and Voice over IP (VoIP) should be separated with different queues, QoS parameters, different dedicated bandwidth, and the like.
  • VoIP Voice over IP
  • the broadband access network must also separate traffic to and from different end users for the same service, so as to facilitate billing and traffic volume control.
  • One solution is a Public Ethernet solution that utilizes a technique referred to as a "service VLAN plus Mac Forced Forwarding" (i.e., VLAN+MacFF) .
  • MacFF Internet access, VoIP, video, and so on
  • ARP Address Resolution Protocol
  • MacFF also ensures layer-2 separation if a station attempts to obtain direct Ethernet connectivity to another station within the same IP subnet, but located at another end-user premise .
  • traffic between individual end-users is isolated over the Ethernet access network. Traffic always goes between the end-user device and the access router, never directly between end-user devices on different premises.
  • IP addresses may be assigned to end-users both dynamically, via Dynamic Host Configuration Protocol (DHCP), and statically. It is not required to have individual IP subnets for each end-user network. IP over Ethernet is used as the access protocol to ensure an efficient multicast architecture and support for adequate QoS mechanisms. Notably, VLANs are not used to separate traffic pertaining to individual end-users, due to scalability and provisioning issues. With MacFF, an Ethernet Access Node (EAN) ensures that upstream traffic is always sent to the designated access router, even if the IP traffic goes between end-users located in the same IP subnet. Initially, the EAN obtains a corresponding IP and MAC address of the target access router.
  • DHCP Dynamic Host Configuration Protocol
  • the access router is typically the default gateway of the host, and the EAN may learn the IP address of the access router in one of two ways, depending on the host IP address assignment method. If the host uses DHCP, the access .router IP address is dynamically learned by snooping the DHCP reply towards the host. Otherwise, the access router IP address is pre-provisioned by the network operator. In both cases, the EAN resolves the corresponding MAC address, using ARP. This can be done immediately after the IP address is learned, or when the MAC address is first required. An access network may contain multiple access routers, and different hosts may be assigned different access routers. Thus, the EAN must register the access router address on a per-user basis.
  • the EAN replies with this MAC address to any upstream ARP request from end-user devices .
  • the EAN also filters out any upstream traffic to MAC addresses other than the target access router.
  • end-users are not assigned individual IP subnets. In other words, several hosts located at different premises share an IP subnet. Consequently, if a host wishes to communicate with a host on another premise, an ARP request is issued to obtain the corresponding MAC address.
  • This ARP request is intercepted by the EA ' s ARP proxy, and is responded to with an ARP reply, indicating the access router MAC address as the requested layer-2 destination.
  • the ARP table of the requesting host will register the access router MAC address as the layer 2 destination for any host within that IP subnet.
  • An exception is made when a host is ARPing for another host located within the same premise. If this ARP request reaches the EAN, it is discarded, because it is assumed to be answered directly by a host locally within the premise. Since the EAN's ARP proxy always replies with the MAC address of the access router, the requesting host never learns the MAC addresses of hosts located at other premises. However, malicious end-users or malfunctioning hosts may still try to send traffic using other destination MAC addresses. This traffic is discarded by the EAN. Traffic between hosts within the same IP subnet, but located at different premises is always sent via an IP Gateway.
  • the access router forwards the traffic to the originating network, i.e., through the same interface from which it was received. This normally results in an Internet Control Message Protocol (ICMP) redirect message being sent to the originating host. To prevent this behavior, the ICMP redirect function is disabled in the access router.
  • ICMP Internet Control Message Protocol
  • VLAN+MacFF must be supported throughout the entire broadband access network. Specifically, the network device closest to the end user, such as an IP DSLAM or an Ethernet switch connected to the Customer Premises Equipment (CPE) , must support MacFF, which is currently a proprietary solution.
  • the broadband access network is owned by at least two independent parties : an incumbent operator that owns the aggregation network and a number of last-mile owners that own last-mile networks to the end users.
  • the aggregation network may use the VLAN+MacFF Public Ethernet solution, but the last-mile networks may use standard off-the-shelf switches that support only the standard VLAN solution.
  • the last-mile network owners would be required to change their devices to support the proprietary MacFF solution. This would add both investment and maintenance cost, and the last-mile network owners may not be willing to do that.
  • a remote access network scenario may be decomposed into a subscriber line part and an aggregation network part.
  • the subscriber line often referred to as "the last mile", is characterized by an individual physical connection to each end-user premise.
  • the aggregation network performs aggregation and concentration of end-user traffic.
  • the subscriber line and the aggregation network are separated by an access node, a layer-2 entity which is referred to herein as a VLAN Mapping Point.
  • the VLAN Mapping point constitutes the border between two independently tagged VLAN regions : the aggregation network and the individual subscriber lines (the last-mile network) .
  • the present invention uses a mechanism called VLAN mapping together with the VLAN+MacFF Public Ethernet solution to provide multiple services to end users connected via last-mile networks.
  • VLAN mapping is implemented in the VLAN Mapping Point.
  • the VLAN Mapping Point provides two physical VLAN (802.1Q) trunks, one connected to each VLAN region.
  • the VLAN Mapping Point includes a mapping function that enables hosts on one VLAN region, with a first set of VLAN ID assignments, to communicate with the other VLAN region, which may have a second, different set of VLAN ID assignments.
  • the mapping function may be utilized to translate VLAN-per-service assignments in one region, to VLAN-per-user-per-service assignments in the other region according to predefined rules .
  • the invention is directed to a method of providing multiple simultaneous services through a single broadband connection to an end user when the end user is connected to a core network through first and second independently tagged VLAN regions .
  • the method includes implementing a VLAN Mapping Point at a border between the first and second VLAN regions, with the first VLAN region being on a first side of the VLAN Mapping Point toward the end user, and the second VLAN region being on a second side of the VLAN Mapping Point toward the core IP network.
  • the method also includes the steps of receiving in the VLAN Mapping Point, an upstream traffic packet from the first VLAN region, and upon receiving the upstream packet, mapping a VLAN tag for the first VLAN region to a VLAN tag for the second VLAN region.
  • the VLAN Mapping Point then forwards the upstream traffic packet to the core IP network using the VLAN tag for the second VLAN region.
  • the method also includes receiving in the VLAN Mapping Point, a downstream traffic packet from the second VLAN region, and upon receiving the downstream packet, mapping a VLAN tag for the second VLAN region to a VLAN tag for the first VLAN region.
  • the VLAN Mapping Point then forwards the traffic to the end user using the VLAN tag for the first VLAN region.
  • the invention is directed to a VLAN Mapping Point implemented at a border between first and second independently tagged VLAN regions, wherein the first VLAN region is on a first side of the VLAN Mapping Point toward an end user, and the second VLAN region is on a second side of the VLAN Mapping Point toward a core IP network.
  • the VLAN Mapping Point includes a first interface for receiving upstream traffic packets from the first VLAN region, and for sending downstream traffic packets to the first VLAN region; a second interface for receiving downstream traffic packets from the second VLAN region, and for sending upstream traffic packets to the second VLAN region; and a mapping function connected to the first and second interfaces .
  • the mapping function Upon receiving from the first interface, an upstream traffic packet that includes a VLAN tag for the first VLAN region, the mapping function maps the VLAN tag for the first VLAN region to a VLAN tag for the second VLAN region and sends the mapped upstream traffic packet to the second interface.
  • a downstream traffic packet that includes a VLAN tag for the second VLAN region
  • the mapping function maps the VLAN tag for the second VLAN region to a VLAN tag for the first VLAN region, and sends the mapped upstream traffic packet to the second interface.
  • the invention is directed to a method of mapping Ethernet traffic packets between first and second independently tagged VLAN regions .
  • the method includes the steps of implementing a VLAN Mapping Point at a border between the first and second VLAN regions, wherein the VLAN Mapping Point includes a mapping function that associates VLAN tags for each of the VLAN regions with VLAN tags for the other VLAN region. This is followed by receiving in the VLAN Mapping Point, a traffic packet from the first VLAN region that includes a VLAN tag for the first VLAN region. Upon receiving the traffic packet from the first VLAN region, the VLAN Mapping Point maps the VLAN tag for the first VLAN region to an associated VLAN tag for the second VLAN region, and forwards the traffic packet to the second VLAN region using the VLAN tag for the second VLAN region.
  • the VLAN Mapping Point Upon receiving in the VLAN Mapping Point, a traffic packet from the second VLAN region, the VLAN Mapping Point maps the VLAN tag for the second VLAN region to a VLAN tag for the first VLAN region, and forwards the traffic to the first VLAN region using the VLAN tag for the first VLAN region.
  • the invention is directed to a method of providing multiple simultaneous services through a single broadband connection to an end user, when the end user is connected to a core network through first and second independently tagged VLAN regions.
  • the method includes implementing an access node at a border between the first and second VLAN regions, wherein the first VLAN region is on a first side of the access node toward the end user, and the second VLAN region is on a second side of the access node toward the core network.
  • the method also includes separating, in the second VLAN region, traffic from multiple end users, by implementing an Address Resolution Protocol (ARP) proxy function in the access node that ensures that upstream traffic packets from the first VLAN region are always sent to a designated access router.
  • ARP Address Resolution Protocol
  • the method also includes mapping by the access node, VLAN tags received in upstream traffic packets to VLAN tags for the second VLAN region; and mapping by the access node, VLAN tags in downstream traffic packets received from the second VLAN region to VLAN tags for the first VLAN region.
  • FIG. 1 is a simplified block diagram illustrating a network configuration for connecting end users to services in a core network according to an embodiment of the present invention
  • FIG. 2 is a flow chart illustrating the steps of the method of the present invention when the VLAN Mapping Point maps downstream traffic
  • FIG. 3 is a flow chart illustrating in more detail, the mapping process performed by the VLAN Mapping Point for downstream traffic
  • FIG. 4 is a flow chart illustrating the steps of the method of the present invention when the VLAN Mapping Point maps upstream traffic.
  • FIG. 1 is a simplified block diagram illustrating a network configuration 10 for enabling end users utilizing Customer Premises Equipment (CPE) lla-lld to access services in a core network 12 according to an embodiment of the present invention.
  • the end users connect through Ethernet switches 13a-13b located in a last-mile network 14.
  • the last-mile Ethernet switches connect through an Ethernet border switch and VLAN Mapping Point 15 at the border between the last-mile network and an aggregation network 16.
  • the aggregation network may include a number of Ethernet switches such as Ethernet switches 17a-17b, which connect the VLAN Mapping Point 15 to an Ethernet/Layer 2 network termination point 18 (for example, a Broadband Remote Access Server (BRAS) ) between the aggregation network and the core network 12.
  • BRAS Broadband Remote Access Server
  • the core network may be, for example, an IP core network, an optical transport network, a Multi-Protocol Label Switching (MPLS) network, a Metro Ethernet Network, and the like. Additionally, a server such as a video server 19 may be connected directly to the termination point 18.
  • MPLS Multi-Protocol Label Switching
  • a server such as a video server 19 may be connected directly to the termination point 18. The embodiment described herein is based on the assumption that VLAN-per-user-per-service is used in the last-mile network 14, and VLAN-per-service and MacFF is used in the aggregation network 16.
  • the Ethernet border switch and VLAN Mapping Point 15 at the border between the last-mile network and the aggregation network, must include functionality for mapping VLAN-per- service to VLAN-per-user-per-service, and vice versa (i.e., a "VLAN mapping" function) .
  • the VLAN Mapping Point may be used together with MacFF, although it is not limited to MacFF only.
  • switches 13a and 13b can be off-the-shelf switches . No proprietary mechanism such as MacFF is needed.
  • the VLAN+MacFF Public Ethernet solution may be used, with the MacFF mechanism forcing upstream traffic to the L2 termination point 18.
  • FIG. 2 is a flow chart illustrating the steps of the method of the present invention when the VLAN Mapping Point 15 maps downstream traffic (i.e., traffic flowing from the L2 termination point 18 toward the end user 11) .
  • the VLAN Mapping Point 15 performs its mapping according to defined VLAN mapping rules.
  • step 22 the VLAN Mapping Point uses a destination MAC address for the end user and possibly a VLAN-per-service tag from the aggregation network 16 to map the traffic to the VLAN- per-user-per-service tag belonging to that MAC address.
  • step 23 the VLAN Mapping Point uses the destination MAC address for the end user and possibly the VLAN-per-service tag from the aggregation network 16 to map the traffic to the VLAN-per-user-per-service tag belonging to each service provider subscription.
  • FIG. 3 is a flow chart illustrating in more detail, the mapping process performed by the VLAN Mapping Point 15 for downstream traffic.
  • a downstream VLAN mapping algorithm in the VLAN Mapping Point includes rules that govern traffic in the downstream direction.
  • the VLAN Mapping Point receives a packet from the aggregation network 16.
  • the VLAN Mapping Point then accesses a rule-table at step 27 to determine whether the extracted MAC address is present. If not, the packet is dropped/discarded at step 28. If the extracted MAC address is present in the rule- table, the method moves to step 29 where the VLAN ID in the packet is changed to a VLAN ID as defined in the rule- table.
  • the VLAN Mapping Point forwards the packet to the identified VLAN and end user 11 utilizing the VLAN ID from the table. If it is determined at step 25, however, that the packet received from the aggregation network is not a unicast packet (i.e., the packet is a multicast/broadcast (manycast) packet such as a packet for TV distribution) , the method moves to step 31 where it is determined whether the last-mile network supports Internet Group Membership Protocol (IGMP) snooping. If so, the downstream traffic can be handled by using a single common VLAN for all residential users in the last-mile network. Therefore, at step 32, the VLAN ID in the received packet is changed to the VLAN ID for the common VLAN.
  • IGMP Internet Group Membership Protocol
  • the packet is then forwarded to the common VLAN and the end users 11.
  • the multicast traffic may simply be broadcast in the last-mile network.
  • the method moves to step 34 where an aggregate VLAN ID is extracted.
  • the rule-table is then scanned at step 35 to determine whether the aggregate VLAN ID is present. If the aggregate VLAN ID is not in the table, the manycast packet is dropped/discarded at step 36. However, if the aggregate VLAN ID is found in the table, the method moves to step 37 where the packet is duplicated for each entry where the aggregate VLAN ID is found.
  • FIG. 4 is a flow chart illustrating the steps of the method of the present invention when the VLAN Mapping Point 15 maps upstream traffic (i.e., traffic flowing from the end user 11 toward the L2 termination point 18).
  • the VLAN Mapping Point 15 uses the VLAN- per-user-per-service tag and the source MAC address (or alternatively, the VLAN-per-user-per-service and ingress port) to map the traffic into the correct VLAN-per-service (i.e., VLAN-per-user-per-service-per-service) .
  • An upstream VLAN mapping algorithm includes rules that are (user) specified for traffic in the upstream direction.
  • the VLAN Mapping Point 15 receives an Ethernet frame from the last-mile network side where the end users reside.
  • the VLAN Mapping Point looks up the rule-table to determine whether the VLAN ID in the received frame should be mapped.
  • step 43 the Ethernet frame is not forwarded toward the L2 termination point, and the frame is dropped (i.e., discarded). If there is a rule, the method moves to step 44 where the VLAN ID is changed to an aggregate VLAN ID as per the rule. At step 45, the frame is then forwarded toward the L2 termination point 18 with this new aggregate VLAN ID.
  • the VLAN Mapping Point associates the source MAC address of the frame with the aggregate VLAN ID and stores this information at step 46. This association is used by the VLAN Mapping Point to properly map the aggregate VLAN ID to the MAC address when downstream traffic addressed to the MAC address is received.
  • Untagged upstream traffic must either be tagged in the CPE or at the first point of traffic aggregation.
  • the same node is also responsible for untagging tagged downstream traffic to end-user equipment that does not support VLAN.
  • the present invention provides distinct advantages regarding multi-service provisioning.
  • the VLAN mapping enables a service provider to offer multiple services with different QoS requirements over a third-party last-mile network that includes only standard-compliant, VLAN-enabled switches.
  • VLAN mapping also enables multiple service providers, operating through the same aggregation network and last-mile network, to provide services to the same end user. For example, end users can have one home PC surfing the Internet using one ISP, and another home PC simultaneously playing an interactive video game from another ISP.
  • MacFF utilizes Virtual MACs, and when combined with the VLAN-per-user-per-service traffic separation, sufficient security is provided.
  • the traffic separation using VLANs also allows service providers to run any IP-address plans without any interference with their competitors .
  • DHCP Option 82 can be used to trace users. Since VLAN-per-user-per-service is used in the last-mile network, DHCP Option 82 can be implemented at the VLAN mapping point and does not have to be supported by the last-mile network switches . Some disadvantages are that DHCP Option 82 is less scalable and requires more complex configuration in the network.
  • MacFF and VLAN mapping have to be implemented on more powerful switches because the functionality is more centrally located where the traffic is expected to be heavier.
  • the present invention provides a good alternative to Point-to-Point Protocol over Ethernet (PPPoE) .
  • PPPoE Point-to-Point Protocol over Ethernet
  • VLAN+MacFF solution provides a more cost effective solution than the VLAN+MacFF solution because proprietary mechanisms are moved to a more centralized location, thereby allowing low cost off-the-shelf switches to be used further out in the network.

Abstract

L'invention concerne un point de mappage de réseau local virtuel (VLAN) mis en oeuvre au niveau d'une limite entre une première et une seconde zone VLAN étiquetée de façon indépendante (14, 16), qui comprend une fonction de mappage qui reçoit des paquets de trafic à partir de chaque zone VLAN, mappe les étiquettes VLAN dans les paquets avec les étiquettes VLAN associées pour l'autre zone VLAN et transmet les paquets au moyen des étiquettes VLAN associées. La première zone VLAN peut être un réseau du dernier kilomètre (14) qui relie les utilisateurs finaux (11a-11d), et la seconde zone VLAN peut être un réseau de regroupement (16) qui se connecte à un réseau central (12). Le point de mappage VLAN (15) permet à un utilisateur final d'accéder simultanément aux services multiples à travers une connexion à large bande unique.
PCT/EP2004/002754 2004-03-17 2004-03-17 Mappage vlan destine au provisionnement multiservice WO2005091556A2 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/EP2004/002754 WO2005091556A2 (fr) 2004-03-17 2004-03-17 Mappage vlan destine au provisionnement multiservice
EP04821441A EP1730882A2 (fr) 2004-03-17 2004-03-17 Mappage vlan destine au provisionnement multiservice
US10/598,945 US20070274321A1 (en) 2004-03-17 2004-03-17 Vlan Mapping For Multi-Service Provisioning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2004/002754 WO2005091556A2 (fr) 2004-03-17 2004-03-17 Mappage vlan destine au provisionnement multiservice

Publications (2)

Publication Number Publication Date
WO2005091556A2 true WO2005091556A2 (fr) 2005-09-29
WO2005091556A3 WO2005091556A3 (fr) 2006-04-06

Family

ID=34969201

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2004/002754 WO2005091556A2 (fr) 2004-03-17 2004-03-17 Mappage vlan destine au provisionnement multiservice

Country Status (2)

Country Link
EP (1) EP1730882A2 (fr)
WO (1) WO2005091556A2 (fr)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007131412A1 (fr) * 2006-04-29 2007-11-22 Huawei Technologies Co., Ltd Terminal de réseau optique et procédé de traitement de message, appareil et système associés
WO2007142567A1 (fr) * 2006-06-09 2007-12-13 Telefonaktiebolaget Lm Ericsson (Publ.) Réseau domestique virtuel géré par opérateur
CN100382531C (zh) * 2005-10-28 2008-04-16 杭州华三通信技术有限公司 虚拟专网的接入方法及实现装置
CN100442771C (zh) * 2005-10-18 2008-12-10 华为技术有限公司 接入网实现双层vlan以太网报文转发的方法和接入节点
WO2012095022A1 (fr) * 2011-01-14 2012-07-19 中兴通讯股份有限公司 Procédé et dispositif de transmission de message en mode manuel mff

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020091795A1 (en) * 2001-01-05 2002-07-11 Michael Yip Method and system of aggregate multiple VLANs in a metropolitan area network
US20020101870A1 (en) * 2001-01-30 2002-08-01 Chase Christopher J. Technique for ethernet access to packet-based services
WO2002100062A2 (fr) * 2001-06-07 2002-12-12 Nokia Corporation Securite dans des reseaux locaux
US20030142672A1 (en) * 2002-01-30 2003-07-31 Via Technologies, Inc. Data packet transmission method and network switch applying same thereto
US6614787B1 (en) * 1999-03-30 2003-09-02 3Com Corporation System and method for efficiently handling multicast packets by aggregating VLAN context
US20040047320A1 (en) * 2002-09-09 2004-03-11 Siemens Canada Limited Wireless local area network with clients having extended freedom of movement

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6614787B1 (en) * 1999-03-30 2003-09-02 3Com Corporation System and method for efficiently handling multicast packets by aggregating VLAN context
US20020091795A1 (en) * 2001-01-05 2002-07-11 Michael Yip Method and system of aggregate multiple VLANs in a metropolitan area network
US20020101870A1 (en) * 2001-01-30 2002-08-01 Chase Christopher J. Technique for ethernet access to packet-based services
WO2002100062A2 (fr) * 2001-06-07 2002-12-12 Nokia Corporation Securite dans des reseaux locaux
US20030142672A1 (en) * 2002-01-30 2003-07-31 Via Technologies, Inc. Data packet transmission method and network switch applying same thereto
US20040047320A1 (en) * 2002-09-09 2004-03-11 Siemens Canada Limited Wireless local area network with clients having extended freedom of movement

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
MELSEN S BLAKE ERICSSON T: "MAC Forced Forwarding: An ARP proxy method for ensuring traffic separation between hosts sharing an Ethernet access network" IETF STANDARD-WORKING-DRAFT, INTERNET ENGINEERING TASK FORCE, IETF, CH, no. 1, February 2004 (2004-02), XP015032433 ISSN: 0000-0004 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100442771C (zh) * 2005-10-18 2008-12-10 华为技术有限公司 接入网实现双层vlan以太网报文转发的方法和接入节点
CN100382531C (zh) * 2005-10-28 2008-04-16 杭州华三通信技术有限公司 虚拟专网的接入方法及实现装置
WO2007131412A1 (fr) * 2006-04-29 2007-11-22 Huawei Technologies Co., Ltd Terminal de réseau optique et procédé de traitement de message, appareil et système associés
CN101064682B (zh) * 2006-04-29 2010-08-04 华为技术有限公司 光网络终端及其报文处理方法
CN101313533B (zh) * 2006-04-29 2011-08-10 华为技术有限公司 一种光网络终端及其报文处理方法
US9794086B2 (en) 2006-04-29 2017-10-17 Huawei Technologies Co., Ltd. Retagging of VLAN upstream messages
US10250411B2 (en) 2006-04-29 2019-04-02 Huawei Technologies Co., Ltd. Message processing method and apparatus
WO2007142567A1 (fr) * 2006-06-09 2007-12-13 Telefonaktiebolaget Lm Ericsson (Publ.) Réseau domestique virtuel géré par opérateur
WO2012095022A1 (fr) * 2011-01-14 2012-07-19 中兴通讯股份有限公司 Procédé et dispositif de transmission de message en mode manuel mff

Also Published As

Publication number Publication date
EP1730882A2 (fr) 2006-12-13
WO2005091556A3 (fr) 2006-04-06

Similar Documents

Publication Publication Date Title
US20070274321A1 (en) Vlan Mapping For Multi-Service Provisioning
US8228928B2 (en) System and method for providing support for multipoint L2VPN services in devices without local bridging
EP1695508B1 (fr) Multiplexeur d'acces dsl ethernet et procede de fourniture de selection de service dynamique et de configuration utilisateur final
CA2275080C (fr) Appareil et methodes d'acheminement de troisieme couche sans routeur dans un reseau
US8045570B2 (en) Extended private LAN
US5684800A (en) Method for establishing restricted broadcast groups in a switched network
US7469298B2 (en) Method and system for enabling layer 2 transmission of IP data frame between user terminal and service provider
US8036237B2 (en) System and method for transparent virtual routing
US8050273B2 (en) Lawful interception in IP networks
US7881314B2 (en) Network device providing access to both layer 2 and layer 3 services on a single physical interface
US7660303B2 (en) Point-to-multipoint functionality in a bridged network
US8451833B2 (en) System and method for transparent virtual routing
KR101151080B1 (ko) 유저 데이터 패킷 교환 방법
CN101047695A (zh) 一种在数字用户线中实现多服务和动态业务选择的方法
WO2006122502A1 (fr) Méthode de transmission de message en couche 2 et dispositif d’accès
US8437357B2 (en) Method of connecting VLAN systems to other networks via a router
EP1940085B1 (fr) Procédé et dispositif pour liaison de service
WO2007104201A1 (fr) Procédé d'acheminement de messages dans un tunnel de services
EP1730882A2 (fr) Mappage vlan destine au provisionnement multiservice
US9025606B2 (en) Method and network node for use in link level communication in a data communications network
EP2073506B1 (fr) Procédé pour résoudre une adresse d'utilisateur logique dans un réseau d'agrégation
KR20060059877A (ko) 이더넷 접근 시스템에 관한 장치 및 방법
CN101399787B (zh) 选择终端设备和互联网网关之间的服务品质级别的方法
CN104054303A (zh) 适于vod的网关
CN106533748B (zh) 一种电缆调制解调器终端系统以及报文传输方法

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
NENP Non-entry into the national phase in:

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWE Wipo information: entry into national phase

Ref document number: 2004821441

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2004821441

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 10598945

Country of ref document: US

WWW Wipo information: withdrawn in national office

Ref document number: 2004821441

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 10598945

Country of ref document: US