2.09 Steps [local]R1(config)#aaa username- format [local]R1#change-passwork platadmin_cde new passwird : retype new password : Select a port and enable it. Example [local]R1(config)#port ethernet 1/1 [local]R1(config-port)#no shutdown [local]R1(config-port)#commit Confirm the configuration. The State field displays a value of Up. Example [local]R1(config-port)#show port 1/1 Slot/Port: Type State 1/1 ethernet Up Steps Access port configuration mode and set the MTU size. Example [local]Ericsson(config)#port ethernet 1/1 [local]Ericsson(config-port)#mtu 1200 [local]Ericsson(config-port)#commit Confirm the configuration. The MTU size field displays a value of 1200. Example [local]Ericsson(config-port)#show port 1/1 detail ethernet 1/1 state is Up Description : Port circuit : 1/1:511:63:31/1/0/17 Link state : Up ... Encapsulation : ethernet MTU size : 1200 Bytes 2.10 Steps Enable the port and check the current auto-negotiation settings. The Auto-negotiation field displays the default value on. Example [local]Ericsson(config)#port ethernet 1/17 [local]Ericsson(config-port)#no shutdown [local]Ericsson(config-port)#commit [local]Ericsson(config-port)#show port 1/17 detail ethernet 1/17 state is Up Description : Port circuit :1/17:511:63:31/1/0/15 Link state : Up ... Auto-negotiation : on state: success Flc negotiated set : off state: off force : disabled state: inactive Speed negotiated set : 1 Gbps state: 1 Gbps Clock-mastership : master state: slave ... Set the desired speed, flow-control, and clock-mastership for auto-negotiation. Example [local]Ericsson(config-port)#auto-negotiate speed 100 flc tx&rx clock-mastership slave [local]Ericsson(config-port)#commit Confirm the configuration. Auto-negotiation field displays the new configured and negotiated parameter values. Example [local]Ericsson(config)#show port 1/17 detail ethernet 1/17 state is Up Description : Port circuit : 1/17:511:63:31/1/0/15 Link state : Up ... Auto-negotiation : on state: success Flc negotiated set : tx&rx state: tx&rx force : disabled state: inactive Speed negotiated set : 100 Mbps state: 100 Mbps Clock-mastership : slave state: slave 2.13 Configure a Tunable DWDM SFP+ Transceiver The following example shows how to configure a tunable Dense Wavelength-Division Multiplexing (DWDM) Enhanced Small Form-Factor Pluggable (SFP+) transceiver. This section uses 6672 as an example to describe how to configure tunable DWDM SFP+ transceiver. Steps In port configuration mode, specify the transceiver frequency as shown in the following example. Example [local]Ericsson#config [local]Ericsson(config)#port ethernet 1/10 10ge [local]Ericsson(config-port)#transceiver dwdm-frequency 193.4 [local]Ericsson(config-port)#no shutdown [local]Ericsson(config-port)#end Confirm the configuration. The Frequency / Wavelength field displays the configured frequency and the corresponding wavelength. Example [local]Ericsson#show port 1/11 transceiver Port : 1/10 SFP+ / Media Type : DWDM / SM Ericsson Approved : YES Diagnostic Monitoring : YES CLEI code : Serial Number : Z15420U93 Frequency / Wavelength : 193.400000 THz / 1550.1 nm Additional Features : Tunable Frequency Start : 191.350000 THz / 1566.7 nm Frequency End : 196.100000 THz / 1528.7 nm Frequency Spacing : 50 GHz Power Level : Normal High High Low Low Measured Alarm Warning Alarm Warning Tx Pwr [dbm] N/A* 6.00 5.00 -4.00 -3.00 Rx Pwr [dbm] -40.00 -3.00 -4.00 -27.45 -26.58 Temperature [C] 41 90 88 -10 -8 Laser Bias Current [mA] 72.94 130.00 120.00 15.00 20.00 Vcc [V] 3.31 3.50 3.45 3.10 3.15 Active Alarms : None 2.2 Cross-Connect Two Service Instances To cross-connect link-group-specific service instances, specify the link group name in the xc command. For details on link group-specific service instances, see Link Aggregation Groups. This example cross-connects service instance 1 on port 1/15 to service instance 1 on port 1/16. To cross-connect two service instances, perform the following steps starting in global configuration mode. Steps Create the first service instance. Example [local]Ericsson(config)#port ethernet 1/15 [local]Ericsson(config-port)#no shutdown [local]Ericsson(config-port)#encapsulation dot1q [local]Ericsson(config-port)#service-instance 1 [local]Ericsson(config-service-instance)#match [local]Ericsson(config-si-match)#dot1q 10 [local]Ericsson(config-si-match)#exit [local]Ericsson(config-service-instance)#exit [local]Ericsson(config-port)#exit Create the second service instance. Example [local]Ericsson(config)#port ethernet 1/16 [local]Ericsson(config-port)#no shutdown [local]Ericsson(config-port)#encapsulation dot1q [local]Ericsson(config-port)#service-instance 1 [local]Ericsson(config-service-instance)#match [local]Ericsson(config-si-match)#dot1q 10 [local]Ericsson(config-si-match)#exit [local]Ericsson(config-service-instance)#exit [local]Ericsson(config-port)#exit Create the XC group. Example [local]Ericsson(config)#xc-group one Note:You can specify the default XC group instead of a named group when you create a cross-connection. Create the cross-connection between the service instances. Example [local]Ericsson(config-xc-group)#xc 1/15 service-instance 1 to 1/16 service-instance 1 [local]Ericsson(config-xc-group)#commit Confirm the configuration. Example [local]Ericsson(config-xc-group)#show xc bypass Circuit State XC Circuit State 1/15 service-instance 1 Up 1/16 service-instance 1 Up 2.3 Cross-Connect a Range of Service Instances This example cross-connects a range of service instances on one port with the same number of service instances on another port. It cross-connects service instances 2 to 4 on port 1/15 to the service instances 1 to 3 on port 1/16. Steps To cross-connect a range of service instances, perform the following steps starting in global configuration mode: Create the first range of service instances. Example [local]Ericsson(config)#port ethernet 1/15 [local]Ericsson(config-port)#no shutdown [local]Ericsson(config-port)#encapsulation dot1q [local]Ericsson(config-port)#service-instance 2-4 [local]Ericsson(config-service-instance)#match [local]Ericsson(config-si-match)#dot1q 10 [local]Ericsson(config-si-match)#exit [local]Ericsson(config-service-instance)#exit [local]Ericsson(config-port)#exit Create the second range of service instances. Example [local]Ericsson(config)#port ethernet 1/16 [local]Ericsson(config-port)#no shutdown [local]Ericsson(config-port)#encapsulation dot1q [local[local]Ericsson(config-port)#service-instance 1-3 [local]Ericsson(config-service-instance)#match [local]Ericsson(config-si-match)#dot1q 10 [local]Ericsson(config-si-match)#exit [local]Ericsson(config-service-instance)#exit [local]Ericsson(config-port)#exit Create or select the XC group. Example [local]Ericsson(config)#xc-group one Create the cross-connection between the range of service instances. Example [local]Ericsson(config-xc-group)#xc 1/15 service-instance 2 - 4 to 1/16 service-instance 1 - 3 [local]Ericsson(config-xc-group)#commit Confirm the configuration. Example [local]Ericsson(config-xc-group)#show xc bypass Circuit State XC Circuit State 1/15 service-instance 2 Up 1/16 service-instance 1 Up 1/15 service-instance 3 Up 1/16 service-instance 2 Up 1/15 service-instance 4 Up 1/16 service-instance 3 Up Check Active Alarms Use the following command to show active alarms. Show active alarms. [local]Ericsson#show system alarm If there is no active alarms, it indicates that the router is working properly. Check Hardware Temperature Use the following command to show the hardware temperature. Table 1 Check Hardware Temperature Show the hardware temperature. [local]Ericsson# show hardware thermal If the hardware temperature is in normal range, it indicates that the router is working properly. 3.2.2 Check SFP/SFP+ Transceiver Use the following commands to verify whether the SFP or SFP+ transceiver is replaced successfully. Show whether the SFP or SFP+ transceiver is replaced successfully. [local]Ericsson# show port slot/port detail Show SFP or SFP+ transceiver inventory. [local]Ericsson# show port< 1/1> transceiver If there is information about the SFP or SFP+ transceiver, it indicates that the SFP or SFP+ transceiver is working properly. 3.2.3 Check Hardware Inventory Use the following command to show the inventory information. Table 3 Check Hardware Inventory [local]Ericsson# show hardware If there is information for hardware inventory, it indicates that the router is working properly. [local]R6K_ER2004#show attached-unit