Skylight Flex 100 Release Notes 21.09 Demo 1
  • 10 Jul 2024
  • 8 Minutes to read
  • Contributors
  • PDF

Skylight Flex 100 Release Notes 21.09 Demo 1

  • PDF

Article summary

Overview

Accedian is pleased to announce Demo 1 for release 21.09 of Skylight Flex 100.

The purpose of this article is to explain the key features, guidelines and procedures supported in this 21.09 Demo 1 release of Skylight Flex 100.

The following topics are covered in this article:

  • Supported Features
    Covers Skylight Flex 100’s supported features.

  • Scalability Support in this Release
    Details the scalability tested for this release.

  • Guidelines and Procedures
    Explains certain guidelines and procedures related to Skylight Flex 100.

Supported Features

The following key features are supported by Skylight Flex 100 in Demo 1 of release 21.09:

Device Infrastructure and Management Features

  • SNMP (v2c, v3) agent and MIB support
  • Configuration Save and Restore
  • CLI (Console, SSH), multiple user privilege levels
  • DHCP client - IPv4
  • DNS client - IPv4
  • Syslog client & relay agent – IPv4
  • Configuration upgrade through TFTP file transfer – IPv4 and IPv6
  • IP authorized managers – IPv4
  • Management RJ45 port 10M, 100M and 1G
  • Auxiliary port 10G
  • Traffic port 100G
  • Jumbo frame support
  • Auto-negotiation of speed and duplex modes

Basic Layer 2 Ethernet Connectivity Features

  • 802.3x flow control
  • Storm control
  • Rate limiting
  • Port mirroring
  • Transparent bridging
  • 802.1Q Customer VLAN bridging functionality
  • LLDP
  • RMONv1 – statistics, history, alarm, event
  • ACLs (Access Control Lists) – L2 (Ethernet header) for traffic filtering
  • Link Aggregation (802.3ad)

Advanced Layer 2 Ethernet Switching Features

  • 802.1Q Provider Bridge Functionality
  • Ethernet CFM 802.1ag
  • Basic E-LINE Ethernet Services creation
  • VLAN translation support
  • sRTC Single Rate Three Color Marking and TrTCM – Two Rate Three Color Marking, per RFC 2698 BW Policers
  • Layer 2 Flow Filtering based on multiple VLAN headers
  • VLAN Header Re-marking in double tagged scenario
  • E-LINE Ethernet Services – 2 TAG support
  • Active Standby Link Protection using LAG (LACP)
  • E-SAT – Y.1564
    • Simple CIR Test
    • Step Load CIR Test
    • EIR Configuration Test
    • Traffic Policing Test
  • Facility Loopback for SAT testing

Scalability Support in this Release

The following table contains the details of scalability tested in this Demo 1 release:

Scalability ParametersScalability Value
Max L2 Filter entries128
Max L3 Filter entries128
Max QoS Policy map256
Max QOS Meters256
Number of EVC Entries64
Number of MEPs and MD Levels supported in the systemUp MEPs alone - 8

Down MEPs alone - 8

Up MEPs and Down MEPs together - 8 (with 4 each)

MD Levels - Up to 3

100GE Flex Supported Transceivers

Cable TypesTransceiver SpeedRemark
CR4 DAC HP cable Transceiver100GBase-CR4Supported
CR4 DAC Sandstone Transceiver100GBase-CR4Not Supported
CR4 DAC FS.com Transceiver100GBase-CR4Not Supported
SR4-100GE Optical Transceiver100GBase-SR4Supported
LR4-100GE Optical Transceiver100GBase-LR4Supported
ER4-100GE Optical Transceiver100GBase-ER4Not Supported
10GE_SR Optical Transceiver10GBase-SRSupported
10GE_LR Optical Transceiver10GBase-LRSupported
1GE_SR Optical Transceiver1000Base-SRNot Supported
1GE_LR Optical Transceiver1000Base-LRNot Supported

Guidelines and Procedures

This section explains various guidelines and procedures related to Demo 1 of Skylight Flex 100.

Installation Procedure for Accedian Board

Connecting to the Board

There is an RJ45 console as a serial connection, 115200 N81; this console displays boot messages as it is a connection to Flex 100. The default Flex 100 user is root, the default password is admin123.

There is a mini-USB console as a serial connection, 115200 N81. This connects to Linux only and is reserved for Accedian use.

SSH and Telnet connections over IPv4 are supported after IP address configuration.

SSH Procedure

From a Linux server, the following command establishes an SSH client session with the specified OOB
management interface IP address.

  • The command should be used for reachability of Flex 100 CLI via management port from a host.
#ssh -c 3des-cbc root@<flex-ip-address>

Initial Configuration Guidelines

The following steps must be done from the console port.

When configuring Skylight Flex 100, use Configure Static IP and Default Gateway or DHCP Client Configuration Procedure.

Configure Static IP and Default Gateway

▶ To configure the IP address

  1. After software installation, use the following command on the Flex 100 console:
Your Product# configure terminal
Your Product (config)# interface cpu0 
Your Product (config)# shutdown
Your Product (config)# ip address <flex-ip-address> <netmask: 255.255....>
Your Product (config)# no shutdown
  • The following command adds a default static route to the OOB management interface.
Your Product# configure terminal
Your Product(config)# ip route 0.0.0.0 0.0.0.0 cpu0
Your Product(config)#end
Your Product#
  • The following command adds a default static route to the gateway address.
Your Product# configure terminal
Your Product(config)# ip route 0.0.0.0 0.0.0.0 <ip-default-gateway>
Your Product(config)#end
Your Product#
  • If needed, the no form of the following command deletes a static route.
Your Product# configure terminal
Your Product(config)# no ip route 0.0.0.0 0.0.0.0 cpu0
Your Product(config)#end
Your Product#
Your Product# configure terminal
Your Product(config)# no ip route 0.0.0.0 0.0.0.0 <ip-default-gateway>
Your Product(config)#end
Your Product#

The following command verifies the routing table.

Your Product# show ip route

Codes: C - connected, S - static, R - rip, B - bgp, O - ospf, I - isis, E - ECMP
IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2 L1 - ISIS Level1, L2 - ISIS Level2, ia - ISIS Inter Area

Vrf Name: default
---------
0.0.0.0/0 [0/1] via 16.0.0.254
C 16.0.0.0/8 is directly connected, cpu0

Your Product#

DHCP Client Configuration Procedure

The following command configures the OOB management interface to dynamically acquire IP address from the DHCP server.

Your Product# configure terminal
Your Product(config)# interface cpu0
Your Product(config-if)# ip address dhcp
Your Product(config-if)# end
Your Product#
  • The following command verifies the OOB management interface dynamic address allocation.
Your Product# show ip interface

cpu0 is up, line protocol is up
Internet Address is 0.0.0.0/0
Broadcast Address 255.255.255.255
IP address allocation method is dynamic
IP address allocation protocol is dhcp
Your Product# show ip interface

cpu0 is up, line protocol is up
Internet Address is
Broadcast Address 16.255.255.255
IP address allocation method is dynamic
IP address allocation protocol is dhcp
Your Product#

  • The following command verifies the routing table.
Your Product# show ip route

Codes: C - connected, S - static, R - rip, B - bgp, O - ospf, I - isis, E - ECMP
IA - OSPF inter area, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type 2, E1 - OSPF external type 1,
E2 - OSPF external type 2 L1 - ISIS Level1, L2 - ISIS Level2, ia - ISIS Inter Area
Vrf Name: default
---------
0.0.0.0/0 [0/1] via 16.0.0.254
C 16.0.0.0/8 is directly connected, cpu0

Your Product#

  • The following command verifies the DHCP client statistics for the OOB management interface.
Your Product# show ip dhcp client stats

Dhcp Client Statistics
--------------------------

Interface : cpu0
Client IP Address : 16.0.0.10
Client Lease Time : 600
Client Remain Lease Time : 584
Message Statistics
------------------
DHCP DISCOVER : 1
DHCP REQUEST : 2
DHCP DECLINE : 0
DHCP RELEASE : 0
DHCP INFORM : 0
DHCP OFFER : 1

DHCP ACKS IN REQ : 1
     DHCP NACKS IN REQ : 0
DHCP ACKS IN RENEW : 1
DHCP NACKS IN RENEW : 0
DHCP ACKS IN REBIND : 0
DHCP NACKS IN REBIND : 0
DHCP ACKS IN REBOOT : 0
DHCP NACKS IN REBOOT : 0
DHCP COUNT ERROR IN HEADER : 0
DHCP COUNT ERROR IN XID : 0
DHCP COUNT ERROR IN OPTIONS : 0
Your Product#


CAUTION: The management connectivity will be lost if the following commands are executed:
#release dhcp cpu0
#renew dhcp cpu0

  • The following command enables an OOB interface.
Your Product# configure terminal
Your Product(config)# interface cpu0
Your Product(config-if)# no shutdown
Your Product(config-if)# end
Your Product#
  • MIB Config Save and Restore
  • The following command writes the running-config to a startup-configuration file:
Your Product# write startup-config
  • The following command restarts the switch:
Your Product# reload


Note: Once the IP address is acquired via DHCP and after reboot, the same IP address is incorrectly restored as a static IP address; default gateway is also restored. The management connectivity remains unaffected.

  • The no form of the command resets the IP address of the interface to its default value:
Your Product# configure terminal 
Your Product(config)# interface cpu0
Your Product(config-if)# no ip address
Your Product(config-if)# end
Your Product#
  • The following command sets the static IP address to the OOB interface:
Your Product# configure terminal
Your Product(config)# interface cpu0
Your Product(config-if)# ip address <flex-ip-address>
Your Product(config-if)# end


Note: If the system is left idle after getting the IP address for time equal to ARP refresh timer value (300 seconds), the default route entry is removed. If there is continuous management traffic, this problem is not observed.

Bridge Mode Configuration Procedure

This step is necessary for changing the bridge mode from customer bridge to Provider Edge Bridge.

▶ To configure Bridge Mode

  1. Shutdown the Spanning Tree on Flex 100.
Your Product# configure terminal
Your Product(config)# shutdown spanning-tree
Your Product(config)#end
Your Product#
  1. Disable the ECFM module on Flex 100.
Your Product# configure terminal
Your Product(config)#no ethernet cfm start
Your Product(config)#end
Your Product#
  1. Set the bridge mode type to Flex 100.
Your Product# configure terminal
Your Product(config)# bridge-mode provider-edge
Your Product(config)#end
Your Product#
  1. Execute the below command to save the running configurations to start-up configuration. This step allows the user to keep the OOB Management interface settings while changing the Bridge Mode.
Your Product# configure terminal
Your Product(config)# write startup-config
Your Product(config)#end
Your Product#
  1. Reload the Flex 100 using the below CLI command.
Your Product# configure terminal
Your Product(config)# reload
Your Product(config)#end
Your Product#
  1. Verify the bridge mode type using the below CLI command.
Your Product# show nvram

© 2024 Cisco and/or its affiliates. All rights reserved.
 
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms

For legal information about Accedian Skylight products, please visit: Accedian legal terms and tradmarks



Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.