Cisco 4948-10ge Configuration Guide [better] Here

Switch: flash_init Switch: boot

The switch uses a management VLAN (typically VLAN 1 or a dedicated mgmt VLAN). Create a management SVI: cisco 4948-10ge configuration guide

interface tenGigabitEthernet 1/49 description UPLINK-CORE-SW1 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 10,20,30,999 no shutdown Switch: flash_init Switch: boot The switch uses a

| Section | Key commands | |--------|----------------| | Enable jumbo frames | system mtu 9216 (then reload) | | 10GE uplink as trunk | interface TenGigabitEthernet1/1 → switchport mode trunk | | Port-channel with 10GE | channel-group 1 mode on/active | | Basic QoS for 10GE | mls qos , policy-map , service-policy output | | SPAN/RSPAN | monitor session 1 source interface … | ip access-list extended COPP-ACL permit tcp any any

control-plane service-policy input COPP-POLICY ! class-map match-all SSH-ICMP match access-group name COPP-ACL ! ip access-list extended COPP-ACL permit tcp any any eq 22 permit icmp any any ! policy-map COPP-POLICY class SSH-ICMP police 32000 conform-action transmit exceed-action drop

x