02-26-2013 04:59 AM
hi,
I have asr9k i want to assign video license to slot but i unable to do anyone help me..:)
FeatureID: A9K-ADV-VIDEO-LIC (Slot based, Permanent)
Total licenses 3
Available for use 3
Allocated to location 0
Active 0
Store name Permanent
Store index 1
Pool: Owner
Total licenses in pool: 3
Status: Available 3 Operational: 0
FeatureID: A9K-AIP-LIC-B (Slot based, Permanent)
Total licenses 3
Available for use 0
Allocated to location 0
Active 3
Store name Permanent
Store index 2
Pool: Owner
Total licenses in pool: 3
Status: Available 0 Operational: 3
Locations with licenses: (Active/Allocated) [SDR]
0/3/CPU0 (1/0) [Owner]
0/4/CPU0 (1/0) [Owner]
0/5/CPU0 (1/0) [Owner]
RP/0/RSP1/CPU0:PER05#
RP/0/RSP1/CPU0:PER05(admin)#sh run
Building configuration...
!! IOS XR Admin Configuration 4.3.0
username admin
group root-system
secret 5 xxxxxxxxxx.
!
license A9K-AIP-LIC-B
location 0/3/CPU0
location 0/4/CPU0
location 0/5/CPU0
!
license A9K-ADV-VIDEO-LIC
location 0/RSP0/CPU0
location 0/3/CPU0
location 0/4/CPU0
location 0/5/CPU0
!
end
RP/0/RSP1/CPU0:PER05(admin)#
Regards
Muhammad Tahir Munir
Solved! Go to Solution.
02-28-2013 12:10 PM
configure it like this
!
license A9K-ADV-VIDEO-LIC
type permanent
location all
!
!
Regards,
/A
02-28-2013 04:45 AM
Hi,
Hope this CISCO documentation helps. Since the licence is permanent hope you got a PAK to generate the licence key.
Best Regards
Saikat Chakraborty
02-28-2013 12:10 PM
configure it like this
!
license A9K-ADV-VIDEO-LIC
type permanent
location all
!
!
Regards,
/A
03-01-2013 11:45 PM
hi,
1. Install adv video pie.
2. Install adv-video-license (a9k-adv-video-lic is a chassis based license, not a slot based license so you need only one license for chasis)
3. Go to admin config mode and assign to all slots, check below config.
i.e:
license A9K-ADV-VIDEO-LIC
location all
4.
Here is an example for enabling video-monitoring:
!
ipv4 access-list sample-acl-1
10 permit udp any any
!
class-map type traffic match-any sample-class-1
match access-group ipv4 sample-acl-1
end-class-map
!
policy-map type performance-traffic sample-policy
class type traffic sample-class-1
monitor parameters
interval duration 10
history 60
timeout 3
flows 300
!
monitor metric ip-cbr
rate layer3 packet 100 pps
!
react 100 flow-count
threshold type immediate
threshold value gt 270
action syslog
alarm severity critical
!
end-policy-map
interface GigabitEthernet0/0/0/0
ipv4 address 1.1.1.1 255.255.255.0
service-policy type performance-traffic input sample-policy
now you can see RSP0 in show license
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide