Port Breakout Configuration
This chapter contains an overview of splitting single 40G port to 4x10G ports. 
Overview
Port Breakout system enables numerous 40GbE/100GbE ports to be broken out into 4x10GbE, 4x25GbE, 2x50GbE ports through a secure, highly reliable breakout cabling solution. Today’s large-scale virtualized datacenter networks require a mix of 10Gb, 25Gb, 40Gb and 100Gb Ethernet interface speeds able to utilize the widest range of flexible connectivity options. These same networks require a variety of cost-effective cabling options for both addressing connectivity and allowing for simple migrations as network speeds and density requirements evolve. As data centers scale and bandwidth demands increase, the networking infrastructure must be capable of scaling with it. Port Breakout feature provides flexibility in splitting 40G to 4x10G and 100G to 4x10G, 4x25G, 2x50G cabling and vice-versa whenever requires, and hence provide Administrator a great flexibility in choosing the port speed as per their requirement. A Port Breakout group consists of 4 ports, first port will be control port and the rest 3 are subsidiary ports. Naming of Control port and its subsidiary port is as below
xe50/1, xe50/2, xe50/3, xe50/4
In xe50, numeral 50 indicates the slot of the port on a board and numerals after “/” indicates port numbers on that slot. First port (interface 50/1 in above example) is always control port whereas the rest 3 ports (ports 50/2, 50/3 and 50/4) are subsidiary ports. Only Control port can become 40G or 100G port.  For Transceiver types mentioned in 
fec command will be enabled by default for both control port and the rest 3 subsidiary ports. If Peer is not supporting FEC, fec off needs to be configured on the ports manually.
Currently below breakout options are available
•	40G ports
•	40G to 4x10G breakout ports
•	100G ports
•	100G to 4x10G breakout ports
•	100G to 4x25G breakout ports (due to HW limitation Autoneg isn't supported)
•	100G to 2x50G breakout ports (due to HW limitation Autoneg isn't supported).
Note:	There are some configuration restrictions for Subsidiary ports such as:
1.	Port breakout enable/disable is not allowed on Subsidiary ports.
2.	Speed, Duplex configurations are not allowed on InActive Subsidiary ports.
3.	One control port and subsidiary ports will be supported in 100g to 2x50G breakout
          For Example: Port xe1/1(control port) and xe1/3(subsidiary port) will be active out of 4 ports.
Terminology
Following is a brief description of terms and concepts used to describe port breakout.
Ctl: Control port
A 40G or 100G split-able port is called Control port.
Brk: Port Breakout 
A control port which is split into 4x10G 4x25G or 2x50 ports.
Subsidiary ports
Ports which are members of Control Port, A subsidiary port can be Active or InActive
IA: InActive Ports
Subsidiary ports whose control port is not configured for “Port Breakout”
Prerequisite
From OcNOS version 5.1 onwards, before doing the Port breakout we need to reserve the VLANs using the CLI vlan-reservation vlan-id/vlan-range.
Note:	Once VLANs are reserved, those vlans cannot be used for bridge configuration.
The advantage of using vlan-reservation is when port breakout is not required, 
•	then released VLANs can be used for bridge configuration up to maximum of 4062. 
•	to use the user defined vlan-range values for bridge configuration, do the following: 
1.	Completely delete the user-defined vlan-ranges values as deleting subset of it is not allowed. 
2.	Remove all the port breakout CLIs configured 
3.	Unconfigure the complete set of user defined vlans using no port breakout enable and no vlan-reservation vlan-id/vlan-range.
4.	Reconfigure bridge vlans, vlan-reservation and port breakout
Configuring vlan-reservation
Configuring Port Breakout (40G to 4x10G) is provided in below section.
 
| #configure terminal | Enter configure mode. | 
| (config)# vlan database | Enter vlan database | 
| (config-if)# vlan-reservation 4050-4058 | Specify the vlan-range that should be reserved for interface port Breakout. | 
| (config-if)#exit | Exit vlan database. | 
 
Unconfiguring vlan-reservation
Configuring Port Breakout (40G to 4x10G) is provided in below section.
 
| #configure terminal | Enter configure mode. | 
| (config)# vlan database | Enter vlan database | 
| (config-if)# no vlan-reservation 4050-4058 | Specify the vlan-range/id that should be released  | 
| (config-if)#exit | Exit vlan database. | 
Validation
Below output before applying port-breakout config on xe50/1:
 #show vlan-reservation
VLAN ID         Status
=======         ======
4050            free
4051            free
4052            free
4053            free
4054            free
4055            free
4056            free
4057            free
4058            free
Configuring Port Breakout 40G to 4x10G
Configuring Port Breakout (40G to 4x10G) is provided in below section.
 
| #configure terminal | Enter configure mode. | 
| (config)#interface xe50/1 | Specify the interface (xe5/1) to be configured for port Breakout. | 
| (config-if)# port breakout enable 4X10g | Configure port breakout on interface  | 
| (config-if)#exit | Exit interface mode. | 
Removing Port Breakout
Removing Port Breakout is provided in below section. 
Note:	Interface xe50/1 is back to back connected and interfaces are up.
| #configure terminal | Enter configure mode. | 
| (config)#interface xe50/1 | Specify the interface (xe5/1) to be configured for port Breakout. | 
| (config-if)#no port breakout | Unconfigure port breakout on interface  | 
| (config-if)#exit | Exit interface mode. | 
Validation
#show interface brief
 
Codes: ETH - Ethernet, LB - Loopback, AGG - Aggregate, MLAG - MLAG Aggregate
       FR - Frame Relay, TUN -Tunnel, PBB - PBB Logical Port, VP - Virtual Port
       CVP - Channelised Virtual Port, METH - Management Ethernet, UNK- Unknown
       ED - ErrDisabled, PD - Protocol Down, AD - Admin Down, IA - InActive
       PD(Min-links) - Protocol Down Min-links
       DV - DDM Violation, NA - Not Applicable
       NOM - No operational members, PVID - Port Vlan-id
       Ctl - Control Port (Br-Breakout/Bu-Bundle)
 
 
--------------------------------------------------------------------------------
Interface     Type             Status  Reason  Speed
Interface
--------------------------------------------------------------------------------
eth0          METH             up      --      1g
 
 
--------------------------------------------------------------------------------
Interface    Status      Description
--------------------------------------------------------------------------------
lo           up          --
lo.management  up          --
 
 
--------------------------------------------------------------------------------
Ethernet   Type  PVID  Mode              Status  Reason  Speed Port    Ctl Br/Bu
Interface                                                       Ch #
--------------------------------------------------------------------------------
xe1        ETH   --    routed            up      none    1g    --       Bu  No
xe2        ETH   --    routed            down    PD      10g   --       No  No
xe3        ETH   --    routed            down    PD      10g   --       No  No
xe4        ETH   --    routed            down    PD      10g   --       No  No
xe5        ETH   --    routed            down    PD      10g   --       Bu  No
xe6        ETH   --    routed            down    PD      10g   --       No  No
xe7        ETH   --    routed            down    PD      10g   --       No  No
xe8        ETH   --    routed            down    PD      10g   --       No  No
xe9        ETH   --    routed            down    PD      10g   --       Bu  No
xe10       ETH   --    routed            down    PD      10g   --       No  No
xe11       ETH   --    routed            down    PD      10g   --       No  No
xe12       ETH   --    routed            down    PD      10g   --       No  No
xe13       ETH   --    routed            down    PD      10g   --       Bu  No
xe14       ETH   --    routed            down    PD      10g   --       No  No
xe15       ETH   --    routed            down    PD      10g   --       No  No
xe16       ETH   --    routed            down    PD      10g   --       No  No
xe17       ETH   --    routed            down    PD      10g   --       Bu  No
xe18       ETH   --    routed            down    PD      10g   --       No  No
xe19       ETH   --    routed            down    PD      10g   --       No  No
xe20       ETH   --    routed            down    PD      10g   --       No  No
xe21       ETH   --    routed            down    PD      10g   --       Bu  No
xe22       ETH   --    routed            down    PD      10g   --       No  No
xe23       ETH   --    routed            down    PD      10g   --       No  No
xe24       ETH   --    routed            down    PD      10g   --       No  No
xe25       ETH   --    routed            up      none    10g   --       Bu  No
xe26       ETH   --    routed            down    PD      10g   --       No  No
xe27       ETH   --    routed            up      none    10g   --       No  No
xe28       ETH   --    routed            down    PD      10g   --       No  No
xe29       ETH   --    routed            down    PD      10g   --       Bu  No
xe30       ETH   --    routed            down    PD      10g   --       No  No
xe31       ETH   --    routed            down    PD      10g   --       No  No
xe32       ETH   --    routed            down    PD      10g   --       No  No
xe33       ETH   --    routed            down    PD      10g   --       Bu  No
xe34       ETH   --    routed            down    PD      10g   --       No  No
xe35       ETH   --    routed            down    PD      10g   --       No  No
xe36       ETH   --    routed            down    PD      10g   --       No  No
xe37       ETH   --    routed            down    PD      10g   --       Bu  No
xe38       ETH   --    routed            down    PD      10g   --       No  No
xe39       ETH   --    routed            down    PD      10g   --       No  No
xe40       ETH   --    routed            down    PD      10g   --       No  No
xe41       ETH   --    routed            down    PD      10g   --       Bu  No
xe42       ETH   --    routed            down    PD      10g   --       No  No
xe43       ETH   --    routed            down    PD      10g   --       No  No
xe44       ETH   --    routed            down    PD      10g   --       No  No
xe45       ETH   --    routed            down    PD      10g   --       Bu  No
xe46       ETH   --    routed            down    PD      10g   --       No  No
xe47       ETH   --    routed            down    PD      10g   --       No  No
xe48       ETH   --    routed            down    PD      10g   --       No  No
xe49/1     ETH   --    routed            down    PD      40g   --       Br  No
xe49/2     ETH   --    routed            down    IA      --    --       No  No
xe49/3     ETH   --    routed            down    IA      --    --       No  No
xe49/4     ETH   --    routed            down    IA      --    --       No  No
xe50/1     ETH   --    routed            up      none    40g   --       Br  No
xe50/2     ETH   --    routed            down    IA      --    --       No  No
xe50/3     ETH   --    routed            down    IA      --    --       No  No
xe50/4     ETH   --    routed            down    IA      --    --       No  
 
#show interface xe50/1
Interface xe50/1
  Flexport: Breakout Control Port (Active): Break Out disabled
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba4  Logical:(not set)
  Port Mode is Router
  Interface index: 10053
  Metric 1 mtu 1500 duplex-full link-speed 40g
  <UP,BROADCAST,RUNNING,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:42:15 (00:03:20 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 20 bits/sec, 0 packets/sec
  5 minute output rate 20 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 7 broadcast packets 0
    input packets 7 bytes 766
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 0
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 7 broadcast packets 0
    output packets 7 bytes 766
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
 
#show interface xe50/2
Interface xe50/2
  Flexport: Non Control Port (InActive)
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba5  Logical:(not set)
  Port Mode is Router
  Interface index: 10054
  Metric 1 mtu 1500
  <UP,BROADCAST,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:42:15 (00:03:46 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 0 broadcast packets 0
    input packets 0 bytes 0
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 0
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 0 broadcast packets 0
    output packets 0 bytes 0
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
 
#show interface xe50/3
Interface xe50/3
  Flexport: Non Control Port (InActive)
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba6  Logical:(not set)
  Port Mode is Router
  Interface index: 10055
  Metric 1 mtu 1500
  <UP,BROADCAST,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:42:15 (00:07:30 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 0 broadcast packets 0
    input packets 0 bytes 0
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 0
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 0 broadcast packets 0
    output packets 0 bytes 0
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
 
#show interface xe50/4
Interface xe50/4
  Flexport: Non Control Port (InActive)
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba7  Logical:(not set)
  Port Mode is Router
  Interface index: 10056
  Metric 1 mtu 1500
  <UP,BROADCAST,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:42:15 (00:07:36 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 0 broadcast packets 0
    input packets 0 bytes 0
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 0
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 0 broadcast packets 0
    output packets 0 bytes 0
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
 
Here xe50/1 is a control Port whereas xe50/2, xe50/3 and xe50/4 are their subsidiary ports. The out-put shows only xe50/1 is active (interface up and running) whereas other ports are inactive (interface up but not running).
Below Outputs after applying port-breakout configured on xe50/1:
VLAN-reservation validation:
#show vlan-reservation
VLAN ID         Status
=======         ======
4050            allocated
4051            allocated
4052            allocated
4053            free
4054            free
4055            free
4056            free
4057            free
4058            free
 
#show interface brief
 
Codes: ETH - Ethernet, LB - Loopback, AGG - Aggregate, MLAG - MLAG Aggregate
       FR - Frame Relay, TUN -Tunnel, PBB - PBB Logical Port, VP - Virtual Port
       CVP - Channelised Virtual Port, METH - Management Ethernet, UNK- Unknown
       ED - ErrDisabled, PD - Protocol Down, AD - Admin Down, IA - InActive
       PD(Min-links) - Protocol Down Min-links
       DV - DDM Violation, NA - Not Applicable
       NOM - No operational members, PVID - Port Vlan-id
       Ctl - Control Port (Br-Breakout/Bu-Bundle)
 
 
--------------------------------------------------------------------------------
Interface     Type             Status  Reason  Speed
Interface
--------------------------------------------------------------------------------
eth0          METH             up      --      1g
 
 
--------------------------------------------------------------------------------
Interface    Status      Description
--------------------------------------------------------------------------------
lo           up          --
lo.management  up          --
 
 
--------------------------------------------------------------------------------
Ethernet   Type  PVID  Mode              Status  Reason  Speed Port    Ctl Br/Bu
Interface                                                       Ch #
--------------------------------------------------------------------------------
xe1        ETH   --    routed            up      none    1g    --       Bu  No
xe2        ETH   --    routed            down    PD      10g   --       No  No
xe3        ETH   --    routed            down    PD      10g   --       No  No
xe4        ETH   --    routed            down    PD      10g   --       No  No
xe5        ETH   --    routed            down    PD      10g   --       Bu  No
xe6        ETH   --    routed            down    PD      10g   --       No  No
xe7        ETH   --    routed            down    PD      10g   --       No  No
xe8        ETH   --    routed            down    PD      10g   --       No  No
xe9        ETH   --    routed            down    PD      10g   --       Bu  No
xe10       ETH   --    routed            down    PD      10g   --       No  No
xe11       ETH   --    routed            down    PD      10g   --       No  No
xe12       ETH   --    routed            down    PD      10g   --       No  No
xe13       ETH   --    routed            down    PD      10g   --       Bu  No
xe14       ETH   --    routed            down    PD      10g   --       No  No
xe15       ETH   --    routed            down    PD      10g   --       No  No
xe16       ETH   --    routed            down    PD      10g   --       No  No
xe17       ETH   --    routed            down    PD      10g   --       Bu  No
xe18       ETH   --    routed            down    PD      10g   --       No  No
xe19       ETH   --    routed            down    PD      10g   --       No  No
xe20       ETH   --    routed            down    PD      10g   --       No  No
xe21       ETH   --    routed            down    PD      10g   --       Bu  No
xe22       ETH   --    routed            down    PD      10g   --       No  No
xe23       ETH   --    routed            down    PD      10g   --       No  No
xe24       ETH   --    routed            down    PD      10g   --       No  No
xe25       ETH   --    routed            up      none    10g   --       Bu  No
xe26       ETH   --    routed            down    PD      10g   --       No  No
xe27       ETH   --    routed            up      none    10g   --       No  No
xe28       ETH   --    routed            down    PD      10g   --       No  No
xe29       ETH   --    routed            down    PD      10g   --       Bu  No
xe30       ETH   --    routed            down    PD      10g   --       No  No
xe31       ETH   --    routed            down    PD      10g   --       No  No
xe32       ETH   --    routed            down    PD      10g   --       No  No
xe33       ETH   --    routed            down    PD      10g   --       Bu  No
xe34       ETH   --    routed            down    PD      10g   --       No  No
xe35       ETH   --    routed            down    PD      10g   --       No  No
xe36       ETH   --    routed            down    PD      10g   --       No  No
xe37       ETH   --    routed            down    PD      10g   --       Bu  No
xe38       ETH   --    routed            down    PD      10g   --       No  No
xe39       ETH   --    routed            down    PD      10g   --       No  No
xe40       ETH   --    routed            down    PD      10g   --       No  No
xe41       ETH   --    routed            down    PD      10g   --       Bu  No
xe42       ETH   --    routed            down    PD      10g   --       No  No
xe43       ETH   --    routed            down    PD      10g   --       No  No
xe44       ETH   --    routed            down    PD      10g   --       No  No
xe45       ETH   --    routed            down    PD      10g   --       Bu  No
xe46       ETH   --    routed            down    PD      10g   --       No  No
xe47       ETH   --    routed            down    PD      10g   --       No  No
xe48       ETH   --    routed            down    PD      10g   --       No  No
xe49/1     ETH   --    routed            down    PD      40g   --       Br  No
xe49/2     ETH   --    routed            down    IA      --    --       No  No
xe49/3     ETH   --    routed            down    IA      --    --       No  No
xe49/4     ETH   --    routed            down    IA      --    --       No  No
xe50/1     ETH   --    routed            up      none    10g   --       Br Yes
xe50/2     ETH   --    routed            up      none    10g   --       No  No
xe50/3     ETH   --    routed            up      none    10g   --       No  No
xe50/4     ETH   --    routed            up      none    10g   --       No  
      
#show interface xe50/1
Interface xe50/1
  Flexport: Breakout Control Port (Active): Break Out Enabled
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba4  Logical:(not set)
  Port Mode is Router
  Interface index: 10053
  Metric 1 mtu 1500 duplex-full link-speed 10g
  <UP,BROADCAST,RUNNING,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:54:58 (00:32:03 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 7 broadcast packets 0
    input packets 23 bytes 801
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 16
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 14 broadcast packets 0
    output packets 14 bytes 1532
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
 
#show interface xe50/2
Interface xe50/2
  Flexport: Non Control Port (Active)
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba5  Logical:(not set)
  Port Mode is Router
  Interface index: 10054
  Metric 1 mtu 1500 duplex-full link-speed 10g
  <UP,BROADCAST,RUNNING,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:42:15 (00:45:16 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 7 broadcast packets 0
    input packets 23 bytes 790
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 16
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 7 broadcast packets 0
    output packets 7 bytes 766
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
 
#show interface xe50/3
Interface xe50/3
  Flexport: Non Control Port (Active)
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba6  Logical:(not set)
  Port Mode is Router
  Interface index: 10055
  Metric 1 mtu 1500 duplex-full link-speed 10g
  <UP,BROADCAST,RUNNING,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:42:15 (00:45:31 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 7 broadcast packets 0
    input packets 26 bytes 801
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 19
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 7 broadcast packets 0
    output packets 7 bytes 766
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
 
#show interface xe50/4
Interface xe50/4
  Flexport: Non Control Port (Active)
  Hardware is ETH  Current HW addr: a82b.b5ad.db6f
  Physical:a82b.b5ad.dba7  Logical:(not set)
  Port Mode is Router
  Interface index: 10056
  Metric 1 mtu 1500 duplex-full link-speed 10g
  <UP,BROADCAST,RUNNING,MULTICAST>
  VRF Binding: Not bound
  DHCP client is disabled.
  Last Flapped: 2001 Feb 13 18:54:58 (00:33:07 ago)
  Statistics last cleared: Never
  inet6 fe80::aa2b:b5ff:fead:db6f/64
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  RX
    unicast packets 0 multicast packets 7 broadcast packets 0
    input packets 22 bytes 792
    jumbo packets 0
    runts 0 giants 0 CRC 0 fragments 0 jabbers 0
    input error 15
    input with dribble 0 input discard 0
    Rx pause 0
  TX
    unicast packets 0 multicast packets 14 broadcast packets 0
    output packets 14 bytes 1532
    jumbo packets 0
    output errors 0 collision 0 deferred 0 late collision 0
    output discard 0
    Tx pause 0
Configuring Port Breakout (100G to 4x10G) 
Configuring Port Breakout (100G to 4x10G) is provided in below section.
 
| #configure terminal | Enter configure mode. | 
| (config)#interface ce1/1 | Specify the interface (ce1/1) to be configured for port Breakout. | 
| (config-if)# port breakout enable 4x10g | Configure port breakout on interface  | 
| (config-if)#exit | Exit interface mode. | 
Note:	Interface ce1/1 is back to back connected and interfaces are up.
Validation
VLAN-reservation validation
 
#show vlan-reservation
VLAN ID         Status
=======         ======
4050            allocated
4051            allocated
4052            allocated
4053            allocated
4054            allocated
4055            allocated
4056            free
4057            free
4058            free
 
#show interface brief
 
Codes: ETH - Ethernet, LB - Loopback, AGG - Aggregate, MLAG - MLAG Aggregate
       FR - Frame Relay, TUN -Tunnel, PBB - PBB Logical Port, VP - Virtual Port
       CVP - Channelised Virtual Port, METH - Management Ethernet, UNK- Unknown
       ED - ErrDisabled, PD - Protocol Down, AD - Admin Down, IA - InActive
       PD(Min-links) - Protocol Down Min-links
       DV - DDM Violation, NA - Not Applicable
       NOM - No operational members, PVID - Port Vlan-id
       Ctl - Control Port (Br-Breakout/Bu-Bundle)
 
 
--------------------------------------------------------------------------------
Ethernet   Type  PVID  Mode              Status  Reason  Speed Port    Ctl Br/Bu
Interface                                                       Ch #
--------------------------------------------------------------------------------
ce1/1      ETH   --    routed            up      none    10g   --       Br Yes
ce1/2      ETH   --    routed            up      none    10g   --       No  No
ce1/3      ETH   --    routed            up      none    10g   --       No  No
ce1/4      ETH   --    routed            up      none    10g   --       No  No 
Configuring Port Breakout (100G to 4x25G) 
Configuring Port Breakout (100G to 4x25G) is provided in below section.
 
| #configure terminal | Enter configure mode. | 
| (config)#interface ce1/1 | Specify the interface (ce1/1) to be configured for port Breakout. | 
| (config-if)# port breakout enable 4x25g | Configure port breakout on interface  | 
| (config-if)#exit | Exit interface mode. | 
Note:	Interface ce1/1 is back to back connected and interfaces are up.
Validation
VLAN-reservation validation
#show vlan-reservation
VLAN ID         Status
=======         ======
4050            allocated
4051            allocated
4052            allocated
4053            allocated
4054            allocated
4055            allocated
4056            free
4057            free
4058            free
 
#show interface brief
 
Codes: ETH - Ethernet, LB - Loopback, AGG - Aggregate, MLAG - MLAG Aggregate
       FR - Frame Relay, TUN -Tunnel, PBB - PBB Logical Port, VP - Virtual Port
       CVP - Channelised Virtual Port, METH - Management Ethernet, UNK- Unknown
       ED - ErrDisabled, PD - Protocol Down, AD - Admin Down, IA - InActive
       PD(Min-links) - Protocol Down Min-links
       DV - DDM Violation, NA - Not Applicable
       NOM - No operational members, PVID - Port Vlan-id
       Ctl - Control Port (Br-Breakout/Bu-Bundle)
 
--------------------------------------------------------------------------------
Ethernet   Type  PVID  Mode            Status  Reason  Speed Port    Ctl Br/Bu
Interface                                                       Ch #
--------------------------------------------------------------------------------
ce1/1      ETH   --    routed            up      none    25g   --       Br  Yes
ce1/2      ETH   --    routed            up      none    25g   --       No  No
ce1/3      ETH   --    routed            up      none    25g   --       No  No
ce1/4      ETH   --    routed            up      none    25g   --       No  No 
Configuring Port Breakout (100G to 2x50G) 
Configuring Port Breakout (100G to 2x50G) is provided in below section.
 
| #configure terminal | Enter configure mode. | 
| (config)#interface ce1/1 | Specify the interface (ce1/1) to be configured for port Breakout. | 
| (config-if)# port breakout enable 2x50g | Configure port breakout on interface  | 
| (config-if)#exit | Exit interface mode. | 
Note:	Interface ce1/1 is back to back connected and interfaces are up.
Validation
VLAN-reservation validation
#show vlan-reservation
VLAN ID         Status
=======         ======
4050            allocated
4051            allocated
4052            allocated
4053            allocated
4054            allocated
4055            allocated
4056            free
4057            free
4058            free
 
#show interface brief
 
Codes: ETH - Ethernet, LB - Loopback, AGG - Aggregate, MLAG - MLAG Aggregate
       FR - Frame Relay, TUN -Tunnel, PBB - PBB Logical Port, VP - Virtual Port
       CVP - Channelised Virtual Port, METH - Management Ethernet, UNK- Unknown
       ED - ErrDisabled, PD - Protocol Down, AD - Admin Down, IA - InActive
       PD(Min-links) - Protocol Down Min-links
       DV - DDM Violation, NA - Not Applicable
       NOM - No operational members, PVID - Port Vlan-id
       Ctl - Control Port (Br-Breakout/Bu-Bundle)
 
 
--------------------------------------------------------------------------------
Ethernet   Type  PVID  Mode              Status  Reason  Speed Port    Ctl Br/Bu
Interface                                                       Ch #
--------------------------------------------------------------------------------
ce1/1      ETH   --    routed            up      none    50g   --       Br  Yes
ce1/2      ETH   --    routed            down    IA      --    --       No  No
ce1/3      ETH   --    routed            up      none    50g   --       No  No
ce1/4      ETH   --    routed            down    IA      --    --       No  No 
Configuring Port Breakout at Global Configuration Level
This port breakout command at global configuration level is applicable only for Trident III and Tomahawk II platforms. The interface level breakout and global hardware-profile CLI does not work for Trident III and Tomahawk II platforms. 
Configuring Port Breakout (4X10g | 4X25g | 2X50g) at global configuration level is provided in below section.
| #configure terminal | Enter configure mode. | 
| OcNOS(config)# port 49 breakout 4X10g | Specify the port interface number (49) to breakout to (2X50g or 4X10g 4X25g) at global interface,  where 49 refers to ce49 interface. | 
| OcNOS(config)#exit | Exit interface mode. | 
Note:	After the port breakout, the interface name is changed to xe49/1-xe49/4 globally.
Validation
VLAN-reservation validation
#show vlan-reservation
VLAN ID         Status
=======         ======
4050            allocated
4051            allocated
4052            allocated
4053            free
4054            free
4055            free
4056            free
4057            free
4058            free
 
#show running-config interface xe49/1
!
interface xe49/1
!
 
#show port-breakout details
----------------------------------------
Max Brkout Avail    Max Brkout Avail
 
0 x4X or 0 x2X
 
 
 
4 x4X or 4 x2X
 
----------------------------------------
Block1              Block2
----------------------------------------
Port  ||  Mode      Port  ||  Mode
----------------------------------------
1                   40
2                   41
3                   43
4                   44
5                   45
6                   46
7                   47
8                   48
9                   49        4X10G
10                  50        4X10G
11                  51        4X10G
12                  52        4X10G
13                  53
14                  54
15                  55
16                  56
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
42
OcNOS#