Virtualization Technologies in Networking: ITP4111 Open Standards Networking
Virtualization Technologies in Networking: ITP4111 Open Standards Networking
ITP4111
Open Standards Networking
Security Network
Guest/Partner Network
Backup Network
• Device virtualization
• Data path virtualization
• Network service virtualization
VLAN Mgr UDLD OSPF GLBP VLAN Mgr UDLD OSPF GLBP
VLAN Mgr UDLD BGP HSRP VLAN Mgr UDLD BGP HSRP
LACP CTS EIGRP VRRP LACP CTS EIGRP VRRP
…
IGMP 802.1x PIM SNMP IGMP 802.1x PIM SNMP
Infrastructure
Kernel
• VRFs allow dividing up your routing table into multiple virtual routing tables
• Routing protocol extensions allow binding a process/address family to
a VRF
• Interfaces are bound to a VRF using
ip vrf forwarding <vrf-name>
router eigrp 1
network 10.1.1.0 0.0.0.255
!
router ospf 1 vrf orange
network 10.2.1.0 0.0.0.255 area 0
!
router bgp 65000
address-family ipv4 vrf blue
…
ip route vrf green 0.0.0.0 0.0.0.0 …
Common-Router(config)#router eigrp 1
Common-Router(config-router)#address-family ipv4 vrf ENG
Common-Router(config-router)#autonomous-system 1
...
Normal
Link Aggregation
• Hop-to-cloud case
– Consider the
virtualization tunnels
allow multi-hop data-
path.
• 802.1Qin802.1Q (QinQ)
– Standard by IEEE 802.1
– Not encapsulate the original frame
– Add a 32-bit field between MAC address and
EtherTypes field
• ETYPE(2B): Protocol identifier
• Dot1Q Tag(2B): VLAN number, Priority code
Ethernet network
Built Tunnel
5.6.7.8 1.2.3.4
Firewall service
Switch MAC MAC Eth VLAN IP IP IP TCP TCP
Action
Port src dst type ID Src Dst Prot sport dport
* * * * * * * * * 22 drop
Nexus 9000