Hey guys,
I'm really new to the boards and to my new role as a network engineer.
I am attempting to build a SAP on a box and I'm getting the following message:
"MINOR: SVCMGR #1870 Insufficient ingress queue resources to create the SAP"
Any ideas what this could mean?
Thanks!
Chuck
Error Message - SAP Creation?
-
lyndhurst
Re: Error Message - SAP Creation?
Hello,
You're running out of ingress queues. You can check this information with "tools dump system resources .." (Not exactly sure from the command, you can figure out on your own)
It'll show you the iom resources for each card, you can see which card is running out of queues. You can use shared-queuing option in order to overcome but it has disadvantages too..
You're running out of ingress queues. You can check this information with "tools dump system resources .." (Not exactly sure from the command, you can figure out on your own)
It'll show you the iom resources for each card, you can see which card is running out of queues. You can use shared-queuing option in order to overcome but it has disadvantages too..
-
mayesch
Re: Error Message - SAP Creation?
Thank you for the information. I've run the command you referenced and I see the issue! 
Chuck
Chuck
-
cedric64
Re: Error Message - SAP Creation?
Hello,
You can add the option "shared-queuing" to avoid this issue.
Like this :
vpls 1111111 customer 2 create
............description "VPLS DESCRIPTION"
............service-mtu 1526
............fdb-table-size 4608
............send-flush-on-failure
............split-horizon-group "TEST" create
............exit
............stp
................shutdown
............exit
............sap 2/2/2:222 split-horizon-group "TEST" create
................ingress
....................qos 33 shared-queuing
................exit
................egress
....................qos 33
................exit
............exit
........ spoke-sdp 5:1111111 create
................no shutdown
............exit
............no shutdown
........exit
Let me know if this is helpful =)
You can add the option "shared-queuing" to avoid this issue.
Like this :
vpls 1111111 customer 2 create
............description "VPLS DESCRIPTION"
............service-mtu 1526
............fdb-table-size 4608
............send-flush-on-failure
............split-horizon-group "TEST" create
............exit
............stp
................shutdown
............exit
............sap 2/2/2:222 split-horizon-group "TEST" create
................ingress
....................qos 33 shared-queuing
................exit
................egress
....................qos 33
................exit
............exit
........ spoke-sdp 5:1111111 create
................no shutdown
............exit
............no shutdown
........exit
Let me know if this is helpful =)
