This document describes the Y.1564 test feature and configuration stepsto execute Y.1564 feature.
- Prerequisites for Configuring Y.1564
- Information About Y.1564
Prerequisites for Configuring Y.1564
Information About Y.1564
ITU-T Y.1564 (Or sometimes calledY.156sam or EtherSAM - Ethernet Service Activation Methodology) is a QoS andnetwork performance ITU-T Ethernet-based service test methodology. This testingprocedure tests service turn-up, installation and troubleshooting ofEthernet-based services.
Y.1564 allows simultaneous testing of multiple Ethernet services andmeasures. It also validates the different QoS mechanisms provisioned in thenetwork to prioritize different service types - allowing faster deployment,easier service and network troubleshooting.
Y.1564 allows simultaneous testing of multiple Ethernet services andmeasures. It also validates the different QoS mechanisms provisioned in thenetwork 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:
Switch(config-controller)# 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 = 0GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.acceptable_ftd = 0GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.acceptable_flr = 0GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.dst_oam_aware = falseGetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.dwell_time = 500GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.emix = '1024'GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.meg_level = 7GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_type.t = 1GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_type.u.oam = '0'GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.user_defined_frame_size = 2000GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.start = trueGetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.duration = 60GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.dm_interval = 500GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.cir_test.step_count = 4GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.eir_test.start = trueGetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.eir_test.duration = 60GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.eir_test.dm_interval = 500GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.performance_test.start = trueGetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.performance_test.duration = 10GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.performance_test.dm_interval = 100GetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_policing_test.start = trueGetY1564Profile_Output.y1564Profile.y1564Profile_ELEM_0.traffic_policing_test.duration = 10GetY1564Profile_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:
Switch(config-controller-ciscoy1564)#showY1564 commit ShowY1564_Output.showY1564Resp.t = 1ShowY1564_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.
Switch(config-controller)# ciscoY1564Switch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReqSwitch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReq profile-name cisco123456 Switch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReq report-name controllerreport123456 Switch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReq description dstmodenoSwitch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReq peer-mac 00-02:01:00:01:03 Switch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReq evc 1 Switch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReq ece 1 Switch(config-controller-ciscoY1564)# setY1564TestParams y1564TestsReq interface 3 Switch(config-controller-ciscoY1564)# setY1564TestParams reviewSwitch(config-controller-ciscoY1564)# setY1564TestParams commit