Specifications

Table Of Contents
2-360
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
show interface linecard subscriber mapping
When specifying an MPLS/VPN mapping, you must specify both the MPLS-VPN PE-ID and the
BGP-label.
The any-vpn keyword is a wildcard that matches all the mappings within the IP ranges, regardless of
their VPN, including non-VPN mappings.
Note the specific results of the following options:
VLAN—if the VLAN tag is configured as a single subscriber (mapped to 0.0.0.0/0 on the VPN that
is mapped to the specified VLAN tag) this option displays that subscriber.
MPLS-VPN PE-ID BGP-label—if the MPLS mapping is configured as a single subscriber (mapped
to 0.0.0.0/0 on the VPN that is mapped to the specified MPLS) this option displays that subscriber.
included-in IP (no VPN specified)—matches non-VPN mappings only
included-in IP VPN—matches private-IP mappings
IP and VPN- the mapping must match the exact VPN as well as the IP range
Note The VLAN and MPLS-VPN PE-ID BGP-label options are provided for backward compatibility. These
options require that the entire VLAN or MPLS/VPN be defined as a single subscriber with an IP address
of 0.0.0.0/0@vpn, which corresponds to the MPLS/VPN and VLAN subscriber definition of pre-3.1.5
versions.
Authorization: viewer
Examples The following examples illustrate how to use this command:
EXAMPLE 1
The following example lists the number of subscribers with no mapping.
SCE>enable 5
Password:<cisco>
SCE>show interface linecard 0 subscriber mapping amount none
Subscribers with no mappings:
N/A
Total 1 subscribers listed.
SCE>
EXAMPLE 2
The following example lists the subscribers that have IP mappings in the specified range in the specified
VPN.
SCE>enable 5
Password:<cisco>
SCE>show interface linecard 0 subscriber mapping included-in IP 0.0.0.0/0 VPN Vpn1
Subscribers with IP mappings included in IP range '0.0.0.0/0@Vpn1':
Subscriber 'debugSub10', mapping '10.1.4.146/32@Vpn1'.
Subscriber 'debugSub10', mapping '18.0.0.0/16@Vpn1'.
Subscriber 'debugSub10', mapping '10.1.4.145/32@Vpn1'.
Total 1 subscribers found, with 3 matching mappings.
SCE>