You are on page 1of 10

ROUTER 6672-

R6K

VPN CREATION
Physical aspect

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 2


Promp aspect

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 3


Common commands
› [local]SDO012_106#sh port
› Slot/Port Type State
› ----------------------------------------------------------------------
› 1/1 ethernet Up
› 1/8 ethernet Up
› 1/9 ethernet Up
› 1/10 ethernet Up
› 1/17 ethernet Up
› 1/18 ethernet Down
› 1/19 ethernet Up
› 1/20 ethernet Up
› management ethernet Up

› [local]SDO012_106#

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 4


Common commands
› [local]SDO012_106#sh context all
› Context Name Context ID VPN-RD Description
› --------------------------------------------------------------------------------
› local 0x40080001
› OM_DCN 0x40080002 10.0.8.12:14
› OM_RAN 0x40080003 10.0.8.12:15
› RAN 0x40080004 10.0.8.12:16
› CDMA_CES 0x40080005 10.0.8.12:21
› Fixed_Internet 0x40080006 10.0.8.12:23
› UFHEC 0x40080101 10.0.8.12:101
› [local]SDO012_106#

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 5


Common commands
› [local]SDO012_106#sh context all
› Context Name Context ID VPN-RD Description
› --------------------------------------------------------------------------------
› local 0x40080001
› OM_DCN 0x40080002 10.0.8.12:14
› OM_RAN 0x40080003 10.0.8.12:15
› RAN 0x40080004 10.0.8.12:16
› CDMA_CES 0x40080005 10.0.8.12:21
› Fixed_Internet 0x40080006 10.0.8.12:23
› UFHEC 0x40080101 10.0.8.12:101
› [local]SDO012_106#

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 6


Broadband customer
creation
› VPN Creation
› Siempre en el context local
› context Fixed_Internet_Norte vpn-rd 10.30.8.12:25
› !
› no ip domain-lookup
› !

› !
› !
› interface Farmacia_Carol
› description Farmacia Carol
› ip address 190.8.41.105/29
› propagate qos from ip class-map dscp-to-pd

› interface Proc_Samana
› description Procuradoria Samana
› ip address 190.8.41.17/29
› propagate qos from ip class-map dscp-to-pd

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 7


Broadband customer
creation
› router bgp vpn
› address-family ipv4 unicast
› export
› route-target 65100:25
› import
› route-target 65100:25
› redistribute connected
› redistribute static

› !
› no service ftp
› no service scp
› no service sftp
› no service ssh
› no service telnet
› no service tftp
› !
› ip access-list no-oam
› deny tcp any any eq ftp
› deny tcp any any eq ftp-data
› deny tcp any any eq login
› deny tcp any any eq shell
› deny tcp any any eq ssh
› deny tcp any any eq telnet
› deny tcp any any eq 830
› deny udp any any eq tftp
› permit ip any any
› admin-access-group no-oam in

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 8


Broadband customer
creation
› exit

› Context local
› configure
› port ethernet 1/18
› dot1q pvc 200
› bind interface Farmacia_Carol Fixed_Internet_Norte
› qos policy policing Broadband_Upload_1.5M
› qos policy queuing Broadband_Download_1.5M

› dot1q pvc 171


› bind interface Proc_Samana Fixed_Internet_Norte
› qos policy policing Broadband_Upload_3M
› qos policy queuing Broadband_Download_3M

R6k VPN CREATION | Ericsson Internal | 2017-11-19 | Page 9

You might also like