Can anyone point me to some good Cisco STB port/network configs?
Starting off real simple here...
c4503 int g1/3 --- MS VoD Server
c4503 int g1/5 --- CIS430HD DVR
The ports are configured to be in the same Vlan 50.
interface GigabitEthernet1/3
description MS VoD Server int GigE3
switchport access vlan 50
switchport trunk encapsulation dot1q
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
load-interval 30
speed 1000
no cdp enable
spanning-tree portfast trunk
end
cisco4503#
cisco4503#sh run int g1/5
Building configuration...
Current configuration : 240 bytes
!
interface GigabitEthernet1/5
description STB CIS430HD DVR
switchport access vlan 50
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
load-interval 30
no cdp enable
spanning-tree portfast trunk
end
Starting off real simple here...
c4503 int g1/3 --- MS VoD Server
c4503 int g1/5 --- CIS430HD DVR
The ports are configured to be in the same Vlan 50.
interface GigabitEthernet1/3
description MS VoD Server int GigE3
switchport access vlan 50
switchport trunk encapsulation dot1q
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
load-interval 30
speed 1000
no cdp enable
spanning-tree portfast trunk
end
cisco4503#
cisco4503#sh run int g1/5
Building configuration...
Current configuration : 240 bytes
!
interface GigabitEthernet1/5
description STB CIS430HD DVR
switchport access vlan 50
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
load-interval 30
no cdp enable
spanning-tree portfast trunk
end