Difference between revisions of "3-tier design/SVIIPs"
From Teknologisk videncenter
m (Created page with "{{Source cli}}") |
m |
||
Line 1: | Line 1: | ||
{{Source cli}} | {{Source cli}} | ||
+ | Before configuring Switched Vitual Interfaces the vlans need to be created on the switch | ||
+ | <sDLS1(config)#<input>vlan 10</input> | ||
+ | DLS1(config-vlan)#<input>name Data1</input> | ||
+ | DLS1(config-vlan)#<input>end</input> | ||
+ | DLS1# | ||
+ | %SYS-5-CONFIG_I: Configured from console by console | ||
+ | |||
+ | DLS1#<input>show vlan brie</input> | ||
+ | |||
+ | VLAN Name Status Ports | ||
+ | ---- -------------------------------- --------- ------------------------------- | ||
+ | 1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5 | ||
+ | Fa0/6, Fa0/7, Fa0/8, Fa0/9 | ||
+ | Fa0/10, Fa0/11, Fa0/12, Fa0/13 | ||
+ | Fa0/14, Fa0/15, Fa0/16, Fa0/17 | ||
+ | Fa0/18, Fa0/19, Fa0/20, Fa0/21 | ||
+ | Fa0/22, Fa0/23, Fa0/24, Gig0/1 | ||
+ | Gig0/2 | ||
+ | <notice>10 Data1 active</notice> | ||
+ | 1002 fddi-default active | ||
+ | 1003 token-ring-default active | ||
+ | 1004 fddinet-default active | ||
+ | 1005 trnet-default active | ||
+ | DLS1#ource lang=cli> | ||
+ | |||
+ | </source> |
Revision as of 08:17, 12 November 2014
Before configuring Switched Vitual Interfaces the vlans need to be created on the switch <sDLS1(config)#<input>vlan 10</input> DLS1(config-vlan)#<input>name Data1</input> DLS1(config-vlan)#<input>end</input> DLS1# %SYS-5-CONFIG_I: Configured from console by console
DLS1#<input>show vlan brie</input>
VLAN Name Status Ports
-------------------------------- --------- -------------------------------
1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5
Fa0/6, Fa0/7, Fa0/8, Fa0/9 Fa0/10, Fa0/11, Fa0/12, Fa0/13 Fa0/14, Fa0/15, Fa0/16, Fa0/17 Fa0/18, Fa0/19, Fa0/20, Fa0/21 Fa0/22, Fa0/23, Fa0/24, Gig0/1 Gig0/2
<notice>10 Data1 active</notice> 1002 fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active DLS1#ource lang=cli>
</source>