- Print
- PDF
Skylight Flex 100 Release Notes 21.09 Demo 1
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 Parameters | Scalability Value |
---|---|
Max L2 Filter entries | 128 |
Max L3 Filter entries | 128 |
Max QoS Policy map | 256 |
Max QOS Meters | 256 |
Number of EVC Entries | 64 |
Number of MEPs and MD Levels supported in the system | Up 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 Types | Transceiver Speed | Remark |
---|---|---|
CR4 DAC HP cable Transceiver | 100GBase-CR4 | Supported |
CR4 DAC Sandstone Transceiver | 100GBase-CR4 | Not Supported |
CR4 DAC FS.com Transceiver | 100GBase-CR4 | Not Supported |
SR4-100GE Optical Transceiver | 100GBase-SR4 | Supported |
LR4-100GE Optical Transceiver | 100GBase-LR4 | Supported |
ER4-100GE Optical Transceiver | 100GBase-ER4 | Not Supported |
10GE_SR Optical Transceiver | 10GBase-SR | Supported |
10GE_LR Optical Transceiver | 10GBase-LR | Supported |
1GE_SR Optical Transceiver | 1000Base-SR | Not Supported |
1GE_LR Optical Transceiver | 1000Base-LR | Not 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
- 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
- Shutdown the Spanning Tree on Flex 100.
Your Product# configure terminal
Your Product(config)# shutdown spanning-tree
Your Product(config)#end
Your Product#
- Disable the ECFM module on Flex 100.
Your Product# configure terminal
Your Product(config)#no ethernet cfm start
Your Product(config)#end
Your Product#
- 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#
- 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#
- Reload the Flex 100 using the below CLI command.
Your Product# configure terminal
Your Product(config)# reload
Your Product(config)#end
Your Product#
- 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