- Preface
- Installing UCS NID Controller
- Configuration Management
- Administering the Cisco ME 1200 NID
- Configuring Notifications
- Zero Touch Provisioning
- Auto Discovery of Cisco ME 1200 NIDs
- Configuring Synchronous Ethernet
- Configuring Ethernet Virtual Connections
- Configuring Switch Ports
- Configuring Spanning-Tree Protocol
- Configuring Link Aggregation Control Protocol (LACP)
- Provisioning Link Layer Discovery Protocol
- Configuring SNMP
- Configuring PTP
- Configuring ACLs
- Configuring Quality of Service (QoS)
- Configuring Ethernet OAM, Link OAM, and CFM
- Configuring Performance Monitoring
- Configuring EPS
- Configuring ERPS
- Configuring L2CP
- Configuring MAC Security
- Configuring NTP
- Configuring Storm Control
- Configuring Syslog
- Configuring SPAN
- Configuring RSPAN
- Configuring RFC 2544
- Configuring sFlow
- Configuring UDLD
- Configuring LST
- Configuring Flex Links
- Configuring Y.1564
- Configuring Bulk Provisioning
- Template Management
Configuring Y.1564
This document describes the Y.1564 test feature and configuration steps to execute Y.1564 feature.
Prerequisites for Configuring Y.1564
Information About Y.1564
ITU-T Y.1564 (Or sometimes called Y.156sam or EtherSAM - Ethernet Service Activation Methodology) is a QoS and network performance ITU-T Ethernet-based service test methodology. This testing procedure tests service turn-up, installation and troubleshooting of Ethernet-based services.
Y.1564 allows simultaneous testing of multiple Ethernet services and measures. It also validates the different QoS mechanisms provisioned in the network to prioritize different service types - allowing faster deployment, easier service and network troubleshooting.
Y.1564 allows simultaneous testing of multiple Ethernet services and measures. It also validates the different QoS mechanisms provisioned in the network to prioritize different service types - allowing faster deployment, easier service and network troubleshooting.
- Configuring New Y.1564 Profile
- Getting the Profile Configuration using Profile Name
- Viewing Profile Names
- Configuring Y.1564 Test Parameters
Configuring New Y.1564 Profile
Getting the Profile Configuration using Profile Name
The following example shows the Profile Configuration using the Profile Name:
UCS # getY1564Profile commit GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.profileName = 'cisco123456' GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.description = 'oamunaware' GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.acceptable_fdv = 0 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.acceptable_ftd = 0 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.acceptable_flr = 0 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.dst_oam_aware = false GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.dwell_time = 500 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.emix = '1024' GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.meg_level = 7 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_type.t = 1 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_type.u.oam = '0' GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.user_defined_frame_size = 2000 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.start = true GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.duration = 60 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.dm_interval = 500 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.step_count = 4 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.eir_test.start = true GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.eir_test.duration = 60 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.eir_test.dm_interval = 500 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.performance_test.start = true GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.performance_test.duration = 10 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.performance_test.dm_interval = 100 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_policing_test.start = true GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_policing_test.duration = 10 GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_policing_test.dm_interval = 100 GetY1564Profile Commit Success
Viewing Profile Names
The following example shows the configurations to display a particular Profiles using the profile name or description:
UCS (ciscoy1564)# showY1564 commit ShowY1564_Output.showY1564Resp.t = 1 ShowY1564_Output.showY1564Resp.u.profile[0].profileName = 'NewProfile1' ShowY1564_Output.showY1564Resp.u.profile[0].description = '' ShowY1564_Output.showY1564Resp.u.profile[1].profileName = 'cisco123456' ShowY1564_Output.showY1564Resp.u.profile[1].description = 'oamunaware' ShowY1564 Commit Success
Managing Y.1564 Profile Names
Configuring Y.1564 Test Parameters
Configuration Example
when profile is configured as DST, then OAM-aware port and peer-mac address need to be specified in setY1564TestParams.
UCS# ciscoY1564 UCS(ciscoY1564)# setY1564TestParams y1564TestsReq UCS(ciscoY1564)# setY1564TestParams y1564TestsReq profile-name cisco123456 UCS(ciscoY1564)# setY1564TestParams y1564TestsReq report-name controllerreport123456 UCS(ciscoY1564)# setY1564TestParams y1564TestsReq description dstmodeno UCS(ciscoY1564)# setY1564TestParams y1564TestsReq peer-mac 00-02:01:00:01:03 UCS(ciscoY1564)# setY1564TestParams y1564TestsReq evc 1 UCS(ciscoY1564)# setY1564TestParams y1564TestsReq ece 1 UCS(ciscoY1564)# setY1564TestParams y1564TestsReq interface 3 UCS(ciscoY1564)# setY1564TestParams review UCS(ciscoY1564)# setY1564TestParams commit
Feedback