Dell PowerConnect 7000 Series Teknik Beyaz Kitap - Sayfa 27
Anahtar Dell PowerConnect 7000 Series için çevrimiçi göz atın veya pdf Teknik Beyaz Kitap indirin. Dell PowerConnect 7000 Series 34 sayfaları. Stacking gigabit ethernet switches
Ayrıca Dell PowerConnect 7000 Series için: İstifleme Talimatları (37 sayfalar)
Stacking Dell PowerConnect 7000 Series Switches
NSF Scenario Configuration via CLI
Router 1:
configure terminal
hostname Router_1
ip multicast
ip pim rp-address 192.168.10.1 239.0.1.1 255.255.255.0
ip pim sparse
vlan database
vlan 10
exit
interface vlan 10
ip address 192.168.10.1 255.255.255.0
ip pim
exit
router ospf
router-id 1.1.1.1
network 192.168.0.0 0.0.255.255 area 0
enable
exit
interface Port-channel1
description "LAG to switch stack – gi1/0/10, gi1/0/20"
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan remove 1
exit
interface GigabitEthernet 1/0/1
description "Interface to multicast source"
no spanning-tree
switchport access vlan 10
exit
interface GigabitEthernet 1/0/10
no spanning-tree auto-portfast
channel-group 1 mode auto
exit
interface GigabitEthernet 1/0/20
no spanning-tree auto-portfast
channel-group 1 mode auto
exit
-----------------------------------------
Page 25