10GE Uplinks on the 64x10GE+4x100GE Satellite

On the 7210 SAS-Sx 64x10GE+4x100GE (es64-10gb-sfpp+4-100gb-cfp4) and 64x10GE+4xQSFP28 (sat-type es64-10gb-sfpp+4-100gb-qsfp28) satellite, selected 10GE ports can be reconfigured and used as satellite uplinks to the host router running SR OS.

Up to 16 10GE interfaces can be used as uplinks for the associated satellite. A new satellite template that configures the needed 10GE interfaces as uplinks must be created. In addition, use a port template to specify the uplink association between the remaining client ports and configured uplinks.

Apply the new template to the satellite using the config>system>satellite>eth-sat sat-id>sat-type sat-type>port-template template-name command, where the template-name is the name configured in the port-template context.

This feature requires the 7210 SAS-Sx to be running Release 9.0.R10 or later for the SAS-Sx 64x10GE+4x100GE and 7210 SAS Release 10.0 or later for the 64x10GE+4xqSFP28 satellite.

The following restrictions apply:

The following is an example configuration:

config>system 
     satellite 
          port-template "10gUp" sat-type "es64-10gb-sfpp+4-100gb-cfp4" create 
               port 1/1/1 
                    role uplink 
                    uplink none 
               exit 
               port 1/1/2 
                    role uplink 
                    uplink none 
               exit 
               port 1/1/3 
                    role uplink 
                    uplink none 
               exit 
               port 1/1/4 
                    role uplink 
                    uplink none 
               exit 
               ... 
               port 1/1/9 
                    uplink 1/1/1 
               exit 
               port 1/1/10 
               ... 
               port 1/1/16 
                    uplink 1/1/2 
               exit 
               ... 
               port 1/1/65 
                    role none 
               exit 
               port 1/1/66 
                    role none 
               exit 
               ... 
               no shutdown 
          exit 
          eth-sat 20 create 
               mac-address d0:99:d5:96:ee:41 
               sat-type "es64-10gb-sfpp+4-100gb-cfp4" port-template "10gUp" 
               software-repository "rep1" 
               no shutdown 
          exit 
     exit 
exit