You have a Catalyst 8000v image and you are all excited because you want to test SRv6. You boot the image, go into the configuration mode and you see no configuration options. You go read the features included with the IOS once more and you see SRv6 in there, and on the box itself, you get nothing. What happened?
The answer is : you have not enabled a license. Long story short, you have network advantage vs network essentials, and dna advantage vs dna essentials. For your test environment, you want to have all the options, so you are to opt for network advantage and dna advantage. Let's see how this would unfold.
Before
Licensing
After
! Let's see how the licensing looks like at the beggining.Router#show version. . .License Level:License Type: PerpetualNext reload license Level:Addon License Level:Addon License Type: SubscriptionNext reload addon license Level:. . .Router#! Next, let's check our options:Router#conf tRouter(config)#seg?% Unrecognized commandRouter(config)#! We get nothing. Let's enable the licensing. On to the second tab.
! Enabling network-advantage as the perpetual license and dna-advantage as the subscription licenseRouter(config)#license boot level network-advantage addon dna-advantage% use 'write' command to make license boot config take effect on next bootRouter(config)#do wrBuilding configuration...[OK]Router(config)#end! Next we reload the box.Router#reloadProceed with reload?[confirm]
! Let's check the licensing after the reloadRouter#sh ver. . .License Level: network-advantageLicense Type: PerpetualNext reload license Level: network-advantageAddon License Level: dna-advantageAddon License Type: SubscriptionNext reload addon license Level: dna-advantage. . .Router#! Next, let's check our options:Router#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#segmRouter(config)#segment-routing ? mpls Segment Routing MPLS Mode srv6 Segment Routing SRV6 Mode traffic-eng Segment Routing Traffic-eng ModeRouter(config)#! All good.
For more information on the features each license has, you can check this link out.