Cisco WS-X6416-GE-MT - Interface Module - Expansion Bedienungsanleitung Seite 48

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 51
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 47
White Paper
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 48 of 51
set vlan 2 name Marketing
set vlan 3 name Finance
show vlan
configure terminal
vlan 2
name Marketing
vlan 3
name Finance
end
write memory
show vlan
Step 4. Configure the Gigabit Ethernet uplinks as routed interfaces. The Gigabit Ethernet uplinks
1/1 and 1/2 are used to connect to the remainder of the network. Because these ports
only require Layer 3 routing functionality, Cisco IOS Software can use the straightforward
routed interface command structure below:
Cisco Catalyst OS Cisco IOS Software
Catalyst OS config:
set vlan 89 1/1
set vlan 90 1/2
MSFC config:
int vlan 89
ip address 10.1.1.1 255.255.255.0
no shut
int vlan 90
ip address 10.1.2.1 255.255.255.0
no shut
end
write memory
configure terminal
interface gigabitethernet 1/1
ip address 10.1.1.1 255.255.255.0
no shut
interface gigabitethernet1/2
ip address 10.1.2.1 255.255.255.0
no shut
end
write memory
[VLANs 89 and 90 are randomly chosen for this example]
Step 5. Configure ports 2/1—3 to be used as access ports for client connections in VLAN 2, ports
2/4-5 in VLAN 3, and configure all the ports for full-duplex mode and speed 100.
Cisco Catalyst OS Cisco IOS Software
set vlan 2 2/1-3
set vlan 3 2/4-5
set port speed 2/1-5 100
set port duplex 2/1-5 full
show port
Configure terminal
interface range fastethernet 2/1—3
switchport
switchport mode access
switchport access vlan 2
speed 100
duplex full
interface range fastethernet 2/4—5
switchport
switchport mode access
switchport access vlan 3
speed 100
duplex full
end
write memory
show interface status
Seitenansicht 47
1 2 ... 43 44 45 46 47 48 49 50 51

Kommentare zu diesen Handbüchern

Keine Kommentare