Fabric Connect Videos (by Ed Koehler)

Video 1 – Setting up a Fabric Connect Service Node

 https://youtu.be/FwtC0DhBjiI

Video 2 – Lab 2-Basic Fabric Connect show commands

 https://youtu.be/cYO5YTjnN6o

 Video 3 – Lab3-An IS-IS Link State Database Tour

 https://youtu.be/lBCN90Kc3Y0

Video 4 – Lab4-Setting up L2 Virtual Service Networks

 https://youtu.be/o3fuJb33HdQ

 Video 5 – Lab5-Setting up L3 Virtual Service Networks

 https://youtu.be/EPLSWSHhBYk

 Video 6 – Lab6-Connectivity Fault Management

 https://youtu.be/vdFc_5WNsxg

Stealth Networking

https://youtu.be/oTpFi8aT734

 

Testing Video Streams

Troubleshooting Video Traffic

Check for pause frames:

https://gtacknowledge.extremenetworks.com/articles/Solution/Pixelated-Jittery-or-Shuttering-Video-Streams-due-to-Flow-Control/?q=video+latency+EXOS&l=en_US&fs=Search&pn=1

IGMP Snooping:

https://gtacknowledge.extremenetworks.com/articles/Q_A/Which-command-is-used-to-enable-igmp-snooping/?q=igmp+snooping+exos&l=en_US&fs=Search&pn=1

https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-enable-and-disable-IGMP-snooping-fast-leave-in-EXOS/?q=igmp+snooping+exos&l=en_US&fs=Search&pn=1

https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-switch-as-IGMP-querier/?q=igmp+snooping+exos&l=en_US&fs=Search&pn=1

https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Static-IGMP/?q=igmp+snooping+exos&l=en_US&fs=Search&pn=1

Lab:

Simulate video by streaming a short .mp4 video sample using VLC and a virtual switch in GNS3.

cars

Sending PC sending stream using destination RTP/MPEG Transport Stream to address 224.0.0.1 port 5004.

Receiving PC play URL rtp://@224.0.0.1:5004.

Tip: On sending PC select Properties>Show Settings ALL and under Input / Codecs, Video codecs, FFmpeg enable Allow speed tricks and set Skip the loop filter for H.264 decoding to ALL. Save. This stops the sluggish behaviour on the playback from the sending PC. Even sluggish when plays back locally.

Transcoding options:

Select Activate Transcoding. Profile Video – H.264 + MP3 (MP4).

Miscellaneous Options:

Select Stream all elementary streams.

 

NSX

http://bradhedlund.com/?p=6626

https://www.vmware.com/products/nsx/nsx-hol.html

http://labs.hol.vmware.com/HOL/catalogs/catalog/681

http://docs.hol.vmware.com/

VMware Presents at Networking Field Day 15

https://pubs.vmware.com/NSX-6/index.jsp?topic=%2Fcom.vmware.nsx.admin.doc%2FGUID-3F96DECE-33FB-43EE-88D7-124A730830A4.html

https://blogs.vmware.com/networkvirtualization/2017/09/nsx-t-routing-where-you-need-it.html/

https://blogs.vmware.com/networkvirtualization/2018/01/nsx-t-routing-part-2.html/

https://datatracker.ietf.org/doc/draft-ietf-nvo3-geneve/

IP PBX

PBX:

AsteriskNOW is now FreePBX

Manage with FreePBX GUI by connecting browser to IP address of the AsteriskNow host machine.

Voicemail:

*97 = check voicemail

*98 = check any mailbox

Soft phone:

Products – X-Lite

https://support.counterpath.com/hc/en-us/articles/360001451094-How-do-you-set-QoS-for-Bria-4-5-in-Windows-

http://icanblink.com/

Tip: AsteriskNow acts as a bridge between two SIP phones. Use GNS3 wireshark to capture UDP traffic on either leg. Decode UTP traffic as RTP and Play Streams back using RTP Stream Analysis. It is possible to play back G711 codec.

 

Linux Static IP

## Configure eth0 #
# vi /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=”eth0″
NM_CONTROLLED=”yes”
ONBOOT=yes
HWADDR=A4:BA:DB:37:F1:04
TYPE=Ethernet
BOOTPROTO=static
NAME=”System eth0″
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
IPADDR=192.168.1.44
NETMASK=255.255.255.0

## Configure Default Gateway #
# vi /etc/sysconfig/network

NETWORKING=yes
HOSTNAME=centos6
GATEWAY=192.168.1.1

## Restart Network Interface #

/etc/init.d/network restart

## Configure DNS Server #
# vi /etc/resolv.conf

nameserver 8.8.8.8      # Replace with your nameserver ip
nameserver 192.168.1.1  # Replace with your nameserver ip

Windows VM Mouse Pointer

To stabilize the two mouse pointers inside the Windows VM console add -usbdevice tablet in the options box in the Advanced settings>Additional settings screen.

Tip: Enable remote access so that can setup RDC to Windows VM.

Tip: EULA is for 90 days. User = IEUser and Password = Passw0rd!

Tip: Temporarily disable FW to prove ping test works.

GNS3 and Internet

Several references to an appliance created by GNS3 team for accessing the internet but could not find the appliance internet.gns3a template under marketplace on GNS3 website (also tried to bridge my loopback adapter to my Wifi using a Cloud which failed), but did manage to get internet access using the NAT cloud option.

Tested with VPCS (ip dhcp) / Firefox (enable dhcp) to get an IP address, DNS etc… and could ping public IP addresses and also resolve names to IP addresses.

Tip: As NAT cloud only has one interface add a generic Ethernet Switch to it in the topology, this way it is possible to use multiple end devices.

Can also add a firewall such as pfSense between the generic Ethernet Switch and the NAT cloud.