[!TLDR] Personal Observation I find few sources discussing standard SG and more literature discussing SGR. It seems to me that Cisco is pushing toward SG with PBR whenever a design involves L4-7 Service Devices.
aka Service Graph with Policy-Based Redirect, Service Graph Redirect. I call it SGR. One-Node SGR: Service Graph with one PBR Node.
Concept of a multi-node Service Graph
the concept of node in the terms ‘single-node SG’ or ‘multi-node SG’ refers to the L4-7 Devices in the SG. So, the term ‘multi-node Service Graph’ refers to a Service Graph with multiple L4-7 Devices, where each L4-7 Device could be:



Later, I will change these values because my router lacked memory resources.
To verify the aforementioned settings:
Let’s create our first ephone-dn:
At this point, my router displayed an error message indicating a lack of memory. I increased its memory size in GNS3:
After a reload, things went ok
I also reduced the max-ephone and max-dn values:
Now we can add ephone-dns without problems:
When I create a dual-line ephone-dn, two “sub-ephone-dn” are created:
To verify ephone-dns:
another way to verify it:
Notice that there are two channels for ephone-dn 2, which is a dual-line ephone-dn.
QoS is disabled. We should enable it on global configuration level:
If we want to display QoS settings for an interface, we do a show mls qos interface command:
At this stage we still did not define trust boundaries. That’s why Trust State and Trust Mode say “not trusted”. And we did not specify whether we’ll trust a device or not.
To define trust boundary with auto-qos, we either trust all CoS values coming on the switch interface or we trust CoS values only if an ip phone is connected to the switch port.
With auto qos voip trust, we tell the switch to trust CoS on each packet coming on the switch interface:
If we want to further limit trust boundary, we can tell the switch to trust CoS values only if a Cisco ip phone is detected on the port:
Finally, on a 3550 switch, show auto qos and show auto qos interface give the same output:
