• To understand SD-Access, let me show you the traditional problems of campus enterprises!

    For decades, enterprise campuses have followed the same model.
    VLANs per floor, subnets per VLAN, and ACLs based on IP addresses.

    This model worked when users stayed at their desks.
    But modern users move, devices multiply, and policies need to follow people, not cables.

    Identity Tied to the Network

    In a traditional campus, your identity on the network is defined by where you plug in.
    Each floor has its own VLAN.
    Each VLAN has its own subnet, and your IP address comes from that subnet.

    Traditional campus network where a user moving from VLAN 10 to VLAN 30 gets a new IP address and the IP-based ACL no longer matches, breaking the security policy

    Figure 1 – Identity follows the IP, not the user

    This is fine until a user moves.

    An employee walks from the 1st floor to the 3rd floor.
    They land on a different VLAN and get a new IP address.
    Every IP-based ACL and QoS policy needs to be rewritten to recognize them.

    The network identifies you by your location, not by who you are.
    This is the same scalability problem you saw with traditional ACLs in the Cisco TrustSec lesson.

    Answer the question below

    In a traditional campus, what does your identity on the network depend on?

    Configuration Doesn't Scale

    The second problem is operational.
    In a traditional campus, every switch is configured individually through CLI.

    Network admin opening one SSH session per switch to manually configure the same VLAN and ACL on every access switch in a traditional campus

    Figure 2 – One SSH session per switch

    Adding a new VLAN means logging into every access switch.
    You then type the same commands yourself, one device at a time.
    Updating an ACL means doing it on every device that enforces it.

    In a campus with hundreds of switches, this approach creates errors and slows down deployments.

    SD-Access exists to fix both of these problems.

    Answer the question below

    In a traditional campus, how is each switch typically configured?