Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 6

# configuration file

exit all
version "3.01A14" sw "6.7.1(0.107)G2"
configure
# System Configuration
system
name "ID_CLIENTE"
exit
# Management configuration
management
# SNMP Configuration
snmp
target-params "p1"
message-processing-model snmpv3
version usm
security name "initial" level no-auth-no-priv
no shutdown
exit
target "p1"
target-params "p1"
address udp-domain 10.20.10.28
no shutdown
tag-list "unmasked"
trap-sync-group 1
exit
exit
access
ssh-encryption all
ssh-mac all
exit
exit
# QoS - Configuration
qos
# COS Mapping Profile Configuration
cos-map-profile "cos_mark" classification ip-dscp
map 0..7 to-cos 7
map 8..15 to-cos 6
map 16..23 to-cos 5
map 24 to-cos 1
map 25..31 to-cos 4
map 32 to-cos 0
map 33 to-cos 3
map 34 to-cos 2
map 35 to-cos 3
map 36 to-cos 2
map 37 to-cos 3
map 38 to-cos 2
map 39 to-cos 3
map 40 to-cos 1
map 41..45 to-cos 2
map 46 to-cos 0
map 47 to-cos 2
map 48 to-cos 0
map 49..55 to-cos 1
map 56..63 to-cos 0
exit
# Queue Block Profile Configuration
queue-block-profile "DefaultQueue1"
queue 0
scheduling strict
exit
queue 1
scheduling strict
exit
queue 2
scheduling strict
exit
exit
queue-block-profile "Scheduling2"
queue 0
scheduling strict
exit
queue 1
scheduling strict
exit
queue 2
scheduling strict
exit
exit
queue-block-profile "Scheduling3"
queue 0
scheduling strict
exit
queue 1
scheduling strict
exit
queue 2
scheduling strict
exit
exit
queue-block-profile "Scheduling4"
queue 0
scheduling strict
exit
queue 1
scheduling strict
exit
queue 2
scheduling strict
exit
exit
queue-block-profile "Scheduling5"
queue 0
scheduling strict
exit
queue 1
scheduling strict
exit
queue 2
scheduling strict
exit
exit
queue-block-profile "Scheduling6"
queue 0
scheduling strict
exit
queue 1
scheduling strict
exit
queue 2
scheduling strict
exit
exit
queue-block-profile "Scheduling7"
queue 0
scheduling strict
exit
queue 1
scheduling strict
exit
queue 2
scheduling strict
exit
exit
# Queue Group Configuration
queue-group-profile "QGN1"
queue-block 1/1
profile "Scheduling2"
exit
queue-block 0/1
bind queue 0 queue-block 1/1
exit
queue-block 0/2
bind queue 1 queue-block 1/1
exit
exit
queue-group-profile "QGN2"
queue-block 1/1
profile "Scheduling3"
exit
queue-block 0/1
bind queue 0 queue-block 1/1
exit
queue-block 0/2
bind queue 1 queue-block 1/1
exit
exit
queue-group-profile "QGN3"
queue-block 1/1
profile "Scheduling4"
exit
queue-block 0/1
bind queue 0 queue-block 1/1
exit
queue-block 0/2
bind queue 1 queue-block 1/1
exit
exit
queue-group-profile "QGN4"
queue-block 1/1
profile "Scheduling5"
exit
queue-block 0/1
bind queue 0 queue-block 1/1
exit
queue-block 0/2
bind queue 1 queue-block 1/1
exit
exit
exit
# Port Configuration
port
l2cp-profile "RSTP"
mac "01-80-c2-00-00-00" peer
exit
# Ethernet - Port Configuration
ethernet 1
no auto-negotiation
speed-duplex 1000-full-duplex
egress-mtu 12288
queue-group profile "QGN1"
exit
ethernet 2
shutdown
no auto-negotiation
speed-duplex 1000-full-duplex
egress-mtu 12288
queue-group profile "QGN2"
exit
ethernet 3
egress-mtu 12288
queue-group profile "QGN3"
l2cp profile "RSTP"
exit
ethernet 4
shutdown
egress-mtu 12288
queue-group profile "QGN4"
l2cp profile "RSTP"
exit
# Service Virtual Interface- Port Configuration
svi 1
name "GESTION"
no shutdown
exit
svi 96
no shutdown
exit
exit
# Bridge Configuration
bridge 1
name "BRIDGE 1"
# Bridge Port Configuration
port 1
name "Ethernet1"
no shutdown
exit
port 2
name "Ethernet2"
no shutdown
exit
port 3
name "Ethernet3"
spanning-tree
no shutdown
exit
no shutdown
exit
port 4
name "Ethernet4"
spanning-tree
no shutdown
exit
no shutdown
exit
port 5
no shutdown
exit
# VLAN Configuration
vlan 2149
exit
exit
# Flows Configuration
flows
# Classifier Profile Configuration
classifier-profile "mng_untagged" match-any
match untagged
exit
classifier-profile "mng_all" match-any
match all
exit
classifier-profile "v2149" match-any
match vlan 2149
exit
classifier-profile "all" match-any
match all
exit
# Flow Configuration
flow "mng_access_default_in"
classifier "mng_untagged"
no policer
ingress-port ethernet 101
egress-port svi 96
no shutdown
exit
flow "mng_access_default_out"
classifier "mng_all"
no policer
ingress-port svi 96
egress-port ethernet 101
no shutdown
exit
flow "mng-svi1-to-b1p16"
classifier "all"
policer profile "Policer1"
vlan-tag push vlan 2149 p-bit fixed 0
ingress-port svi 1
egress-port bridge-port 1 5
reverse-direction
no shutdown
exit
flow "mng-eth1-to-b1p1"
classifier "v2149"
policer profile "Policer1"
ingress-port ethernet 1
egress-port bridge-port 1 1
reverse-direction block 0/1
no shutdown
exit
exit
router 1
name "Router#1"
interface 1
address 10.81.7.211/26
name "GESTION_EN_BANDA"
bind svi 1
dhcp-client
client-id mac
exit
no shutdown
exit
interface 32
address 169.254.1.1/16
bind svi 96
dhcp-client
client-id mac
exit
no shutdown
exit
static-route 0.0.0.0/0 address 10.81.7.193 metric 1
exit
exit

configure
exit

You might also like