The following example shows the commands that configure an IS-IS router. Some commands apply to IPv4 or IPv6 and are labeled accordingly. Comments in parentheses identify commands that apply to specific applications.
create vlan v1 configure default delete ports 1 configure v1 add ports 1 IPv4: configure v1 ipaddress 10.0.0.1/24 enable ipforwarding v1 IPv6: configure v1 ipaddress fe80::204:96ff:fe20:b40a/128 enable ipforwarding ipv6 v1 create isis area a1 configure isis area a1 add area-address 01.0101.0202.0303.0404.0505.0606 configure isis area a1 system-id 11aa.22bb.33cc configure isis area a1 is-type level 1 (For Level 1 Router) configure isis area a1 is-type level 2 (For Level 2 Router) configure isis area a1 is-type level both-1-and-2 (For Level 1/2 Router) configure isis area a1 metric-style wide IPv4 Mapping: configure isis add vlan v1 area a1 IPv6 Mapping: configure isis add vlan v1 area a1 ipv6 enable isis area a1 (or) enable isis