Thursday, July 18, 2013

Implement Cisco L3 Switch for EPC (SGi,S5,S6a Interface)


Here are complete config on Cisco layer 3 switch (L3_Switch) in Core Network (EPC) for implement SGi,S5,S6a Interface. I have posted config for Implement S11 Interface.

Please refer to LTE Interface and Virtual Routing for picture.

#### Parameter (S11, SGi, S5, S6a)

L3_Switch (Cisco)
Ethernet0/1: S11_MME
Ethernet0/2: S11_SGW
Ethernet0/3: S11_DNS
Ethernet0/4: S6a_HSS
Ethernet0/5: S6a_MME
Ethernet0/6: S5_SGW
Ethernet0/7: S5_PGW
Ethernet0/8: SGi_PGW

IP Address & Routing
MME_S11 192.168.16.2/28, gateway (default route) 192.168.16.1
SGW_S11 192.168.20.2/28, gateway (default route) 192.168.20.1
DNS_S11 192.168.21.2/28, gateway (default route) 192.168.21.1
HSS_S6a 192.168.8.2/28, gateway (default route) 192.168.8.1
MME_S6a 192.168.9.2/28, gateway (default route) 192.168.9.1
SGW_S5 192.168.24.2/28, gateway (default route) 192.168.24.1
PGW_S5 192.168.28.2/28, gateway (default route) 192.168.28.1
PGW_SGi 192.168.32.2/28, gateway (default route) 192.168.32.1

#### Config

L3_Switch#
ip vrf S6a_VR
 rd 65000:8
ip vrf S5_VR
 rd 65000:24
ip vrf SGi_VR
 rd 65000:32

vlan 14
 name S6a_HSS
 state active
 no shutdown

interface Ethernet0/4

 switchport
 switchport access vlan 14

interface vlan14

 description S6a_HSS
 ip vrf forwarding S6a_VR
 ip address 192.168.8.1 255.255.255.240
 no shutdown

vlan 15

 name S6a_MME
 state active
 no shutdown

interface Ethernet0/5

 switchport
 switchport access vlan 15

interface vlan15

 description S6a_MME
 ip vrf forwarding S6a_VR
 ip address 192.168.9.1 255.255.255.240
 no shutdown

vlan 16

 name S5_SGW
 state active
 no shutdown

interface Ethernet0/6

 switchport
 switchport access vlan 16

interface vlan16

 description S5_SGW
 ip vrf forwarding S5_VR
 ip address 192.168.24.1 255.255.255.240
 no shutdown

vlan 17

 name S5_PGW
 state active
 no shutdown

interface Ethernet0/7

 switchport
 switchport access vlan 17

interface vlan17

 description S5_PGW
 ip vrf forwarding S5_VR
 ip address 192.168.28.1 255.255.255.240
 no shutdown

vlan 18

 name SGi_PGW
 state active
 no shutdown

interface Ethernet0/8

 switchport
 switchport access vlan 18

interface vlan18

 description SGi_PGW
 ip vrf forwarding SGi_VR
 ip address 192.168.32.1 255.255.255.240
 no shutdown

No comments: